accounts/abi, internal/jsre/deps: gofmt -w -s (#3636)

Signed-off-by: DiSiqueira <dieg0@live.com>
This commit is contained in:
Diego Siqueira 2017-02-03 10:32:04 -02:00 committed by Felix Lange
parent d52b0c32a0
commit 6ea8eba8ce
2 changed files with 4 additions and 4 deletions

View File

@ -206,8 +206,8 @@ type bintree struct {
}
var _bintree = &bintree{nil, map[string]*bintree{
"bignumber.js": &bintree{bignumberJs, map[string]*bintree{}},
"web3.js": &bintree{web3Js, map[string]*bintree{}},
"bignumber.js": {bignumberJs, map[string]*bintree{}},
"web3.js": {web3Js, map[string]*bintree{}},
}}
// RestoreAsset restores an asset under the given directory