Skip to content

Commit

Permalink
Fix code scanning alert no. 67: Disallow unused variables
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 31d6f8e commit 09c7459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index/scripts/fizzbuzz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { EditorView } from "codemirror";
import { vyxalLitLanguage } from "../../common/scripts/language/vyxal-lit";
import { vscodeDark } from "@uiw/codemirror-theme-vscode";

const view = new EditorView({
new EditorView({
doc: fizzbuzz,
extensions: [EditorView.editable.of(false), new LanguageSupport(vyxalLitLanguage), vscodeDark],
parent: document.getElementById("cm-parent")!,
Expand Down

0 comments on commit 09c7459

Please sign in to comment.