Apply go fmt

This commit is contained in:
Elizabeth Engelman
2019-09-25 16:32:27 -05:00
parent dc06991605
commit ee244ac6f5
6 changed files with 24 additions and 28 deletions
+1 -2
View File
@@ -48,7 +48,7 @@ var (
anotherContractAddress = common.HexToAddress("0xaE9BEa628c4Ce503DcFD7E305CaB4e29E7476593")
AnotherContractLeafKey = crypto.Keccak256Hash(anotherContractAddress[:])
testAccount = state.Account{
testAccount = state.Account{
Nonce: NewNonceValue,
Balance: big.NewInt(NewBalanceValue),
Root: ContractRoot,
@@ -125,4 +125,3 @@ var (
Err: errors.New("mock error"),
}
)