space after if

pull/1573/head
aniket-engg 3 years ago committed by Aniket
parent 3ef5f1b4ac
commit 3ead354c47
  1. 2
      apps/debugger/src/app/debugger-api.ts

@ -123,7 +123,7 @@ export const DebuggerApiMixin = (Base) => class extends Base {
debug (hash, web3?) {
this.debugHash = hash
if(web3) remixDebug.init.extendWeb3(web3)
if (web3) remixDebug.init.extendWeb3(web3)
if (this.onDebugRequestedListener) this.onDebugRequestedListener(hash, web3)
}

Loading…
Cancel
Save