Accounts/abi/type_test: Formating all files with gofmt for simplified version of code

Signed-off-by: DiSiqueira <dieg0@live.com>
This commit is contained in:
DiSiqueira 2017-02-02 11:19:48 -02:00
parent 296450451b
commit 22bcb3053f
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