We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c46fe commit 5836f1bCopy full SHA for 5836f1b
1 file changed
src/deepcode/view/IssueProvider.ts
@@ -37,7 +37,7 @@ export class IssueProvider extends NodeProvider {
37
}
38
39
getFileText(text: string, counts: ISeverityCounts ): string {
40
- let res :string = "";
+ let res = "";
41
for (const s of [
42
DEEPCODE_SEVERITIES.error,
43
DEEPCODE_SEVERITIES.warning,
0 commit comments