Skip to content

Commit 34415ec

Browse files
committed
Fix lint
1 parent 32dd84b commit 34415ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/autocomplete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ export function useAutocomplete() {
7878
const { dispose } = monaco.languages.registerCompletionItemProvider('json', provider);
7979
autocompleteDisposeFun.current = dispose;
8080
};
81-
}
81+
}

0 commit comments

Comments
 (0)