Skip to content

Commit d21b706

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 663934c commit d21b706

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/common/src/scopeSupportFacets/getLanguageScopeSupport.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function getLanguageScopeSupport(
2020
case "javascript":
2121
return javascriptScopeSupport;
2222
case "json":
23-
return jsonScopeSupport
23+
return jsonScopeSupport;
2424
case "lua":
2525
return luaScopeSupport;
2626
case "python":
@@ -31,7 +31,6 @@ export function getLanguageScopeSupport(
3131
return talonScopeSupport;
3232
case "typescript":
3333
return typescriptScopeSupport;
34-
3534
}
3635
throw Error(`Unsupported language: '${languageId}'`);
3736
}

0 commit comments

Comments
 (0)