Commit 1164dc67 authored by yann300's avatar yann300

indentation

parent 9e107f8b
...@@ -151,4 +151,4 @@ module.exports = React.createClass({ ...@@ -151,4 +151,4 @@ module.exports = React.createClass({
if (this.props.vmTrace.vmtrace[index].address && this.state.currentAddress !== this.props.vmTrace.vmtrace[index].address) if (this.props.vmTrace.vmtrace[index].address && this.state.currentAddress !== this.props.vmTrace.vmtrace[index].address)
this.state.currentAddress = this.props.vmTrace.vmtrace[index].address this.state.currentAddress = this.props.vmTrace.vmtrace[index].address
}, },
}) })
...@@ -266,5 +266,5 @@ module.exports = { ...@@ -266,5 +266,5 @@ module.exports = {
] ]
}); });
} }
}; };
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