Skip to content

Commit 5836f1b

Browse files
committed
cont.
1 parent a8c46fe commit 5836f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/deepcode/view/IssueProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class IssueProvider extends NodeProvider {
3737
}
3838

3939
getFileText(text: string, counts: ISeverityCounts ): string {
40-
let res :string = "";
40+
let res = "";
4141
for (const s of [
4242
DEEPCODE_SEVERITIES.error,
4343
DEEPCODE_SEVERITIES.warning,

0 commit comments

Comments
 (0)