Commit 3ead354c authored by aniket-engg's avatar aniket-engg Committed by Aniket

space after if

parent 3ef5f1b4
...@@ -123,7 +123,7 @@ export const DebuggerApiMixin = (Base) => class extends Base { ...@@ -123,7 +123,7 @@ export const DebuggerApiMixin = (Base) => class extends Base {
debug (hash, web3?) { debug (hash, web3?) {
this.debugHash = hash this.debugHash = hash
if(web3) remixDebug.init.extendWeb3(web3) if (web3) remixDebug.init.extendWeb3(web3)
if (this.onDebugRequestedListener) this.onDebugRequestedListener(hash, web3) if (this.onDebugRequestedListener) this.onDebugRequestedListener(hash, web3)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment