diff options
author | partouf <partouf@gmail.com> | 2022-10-29 16:36:47 +0200 |
---|---|---|
committer | partouf <partouf@gmail.com> | 2022-10-29 16:36:47 +0200 |
commit | 1dd7d7e8eae0be72d84bd367a9dc9951128ccd2b (patch) | |
tree | ab7e9d6c63a54e40d828b7eb20419ef4cb1d3077 | |
parent | 39fddd2d5256f94ae17626c5bf567dd7a0e43e45 (diff) | |
download | compiler-explorer-gh-4684.tar.gz compiler-explorer-gh-4684.zip |
format fixesgh-4684
-rw-r--r-- | static/options.interfaces.ts | 2 | ||||
-rw-r--r-- | static/panes/compiler.ts | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/static/options.interfaces.ts b/static/options.interfaces.ts index 374273552..ae7d343ca 100644 --- a/static/options.interfaces.ts +++ b/static/options.interfaces.ts @@ -59,5 +59,5 @@ export type Options = { sentryDsn?: string; release?: string; sentryEnvironment?: string; - compileOptions: Record<LanguageKey, string> + compileOptions: Record<LanguageKey, string>; }; diff --git a/static/panes/compiler.ts b/static/panes/compiler.ts index 2c0d2063c..e5bb67aef 100644 --- a/static/panes/compiler.ts +++ b/static/panes/compiler.ts @@ -347,7 +347,6 @@ export class Compiler extends MonacoPane<monaco.editor.IStandaloneCodeEditor, Co this.awaitingInitialResults = false; - this.linkedFadeTimeoutId = null; this.toolsMenu = null; |