Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed May 28, 2019
1 parent 7c5a653 commit 40c61a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default class VM extends AsyncEventEmitter {
return new VM({
stateManager: this.stateManager.copy(),
blockchain: this.blockchain,
common: this._common
common: this._common,
})
}

Expand Down

0 comments on commit 40c61a4

Please sign in to comment.