fixib linting for solidity-compiler

pull/4771/head
lianahus 6 months ago
parent e5920ae3b2
commit 47624a555e
  1. 2
      apps/solidity-compiler/src/app/compiler.ts

@ -22,7 +22,7 @@ export class CompilerClientApi extends CompilerApiMixin(PluginClient) implements
this.compileTabLogic = new CompileTabLogic(this, this.contentImport) this.compileTabLogic = new CompileTabLogic(this, this.contentImport)
this.compiler = this.compileTabLogic.compiler this.compiler = this.compileTabLogic.compiler
this.compileTabLogic.init() this.compileTabLogic.init()
this.initCompilerApi() this.initCompilerApi()
} }
getCompilerQueryParameters () { getCompilerQueryParameters () {

Loading…
Cancel
Save