mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
fix: run make fmt command
This commit is contained in:
parent
ae707445f5
commit
16f46f0610
1 changed files with 1 additions and 1 deletions
|
|
@ -799,7 +799,7 @@ func TestCall(t *testing.T) {
|
||||||
Balance: big.NewInt(params.Ether),
|
Balance: big.NewInt(params.Ether),
|
||||||
Nonce: 1,
|
Nonce: 1,
|
||||||
Storage: map[common.Hash]common.Hash{
|
Storage: map[common.Hash]common.Hash{
|
||||||
common.Hash{}: common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000001"),
|
{}: common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000001"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue