indentation

pull/7/head
yann300 9 years ago
parent 9e107f8bef
commit 1164dc67b5
  1. 2
      src/assemblyItemsBrowser.js
  2. 2
      src/web3Admin.js

@ -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 = {
] ]
}); });
} }
}; };

Loading…
Cancel
Save