From d89cdaca08a3c0a9c37279cb1453385b558fa034 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Mon, 26 Aug 2013 13:35:29 -0400 Subject: [PATCH] go fmt --- tx/tx_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tx/tx_test.go b/tx/tx_test.go index 77f6598..c62642b 100644 --- a/tx/tx_test.go +++ b/tx/tx_test.go @@ -36,7 +36,7 @@ var ( 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, }, - Amt: 69, + Amt: 69, SenderAddr: [ripemd160.Size]byte{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, @@ -46,7 +46,7 @@ var ( 34, 35, 36, 37, 38, 39, }, } - + sendtx = &SendTx{ TxHash: [btcwire.HashSize]byte{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, @@ -61,21 +61,21 @@ var ( Addr [ripemd160.Size]byte Amt int64 }{ - struct{ + struct { Addr [ripemd160.Size]byte Amt int64 }{ - Amt: 69, + Amt: 69, Addr: [ripemd160.Size]byte{ 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, }, }, - struct{ + struct { Addr [ripemd160.Size]byte Amt int64 }{ - Amt: 96, + Amt: 96, Addr: [ripemd160.Size]byte{ 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,