Skip to content

Commit

Permalink
add formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 27, 2023
1 parent 156cac7 commit 40b6473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { CodelensProvider } from './ui/CodeLensProvider';
import { callConcretePlayback } from './ui/concrete-playback/concretePlayback';
import { runKaniPlayback } from './ui/concrete-playback/kaniPlayback';
import CoverageConfig from './ui/coverage/config';
import {Renderer, runCodeCoverageAction } from './ui/coverage/coverageInfo';
import { Renderer, runCodeCoverageAction } from './ui/coverage/coverageInfo';
import { callViewerReport } from './ui/reportView/callReport';
import { showInformationMessage } from './ui/showMessage';
import { SourceCodeParser } from './ui/sourceCodeParser';
Expand Down

0 comments on commit 40b6473

Please sign in to comment.