style fixes

pull/543/head
LianaHus 4 years ago
parent 008fb94e05
commit 0f182a7e37
  1. 2
      libs/remix-solidity/src/compiler/compiler.ts

@ -52,7 +52,7 @@ export class Compiler {
* @param value value of key in CompilerState
*/
set <K extends keyof CompilerState>(key: K, value: CompilerState[K]): void {
set <K extends keyof CompilerState>(key: K, value: CompilerState[K]): void {
this.state[key] = value
if (key === 'runs') this.state['runs'] = parseInt(value)
}

Loading…
Cancel
Save