From 3d3d5bbd255783a4f8910ce094f94be6711807c9 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Tue, 17 Mar 2020 14:17:02 +0100 Subject: [PATCH] Formatting, oh my --- cmd/geth/accountcmd_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/geth/accountcmd_test.go b/cmd/geth/accountcmd_test.go index 84aa02cc8b..2890a33063 100644 --- a/cmd/geth/accountcmd_test.go +++ b/cmd/geth/accountcmd_test.go @@ -93,8 +93,8 @@ func TestAccountImport(t *testing.T) { bytes64 := "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef" success := "Address: {fcad0b19bb29d4674531d6f115237e16afce377c}\n" failureTemplate := "Fatal: Failed to load the private key: expected 64 bytes, got %v\n" - tests := []struct{ - key string + tests := []struct { + key string result string }{ {key: bytes64, result: success},