Skip to content

Commit 08b64f8

Browse files
committed
Fix lint
1 parent 5fc12ff commit 08b64f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/LanguageServer/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ export class OtherSettings {
11011101
}
11021102

11031103
export function hasFileAssociation(fileName: string): boolean {
1104-
const otherSettings: OtherSettings = new OtherSettings()
1104+
const otherSettings: OtherSettings = new OtherSettings();
11051105
const associations: Associations = otherSettings.filesAssociations;
11061106
if (associations[fileName]) {
11071107
return true;

0 commit comments

Comments
 (0)