diff options
author | zelig <viktor.tron@gmail.com> | 2014-06-27 01:45:57 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2014-06-27 01:45:57 +0800 |
commit | 853053a3b204ddf4ae935e70e0aa5b5d8994493e (patch) | |
tree | 8e86c3aa0f913288f2a789c3517444e6fe0583b9 /ethutil/encoding_test.go | |
parent | da38faa8f7c0f2a6620b54e46fc38a201845e104 (diff) | |
download | dexon-853053a3b204ddf4ae935e70e0aa5b5d8994493e.tar.gz dexon-853053a3b204ddf4ae935e70e0aa5b5d8994493e.tar.zst dexon-853053a3b204ddf4ae935e70e0aa5b5d8994493e.zip |
go fmt
Diffstat (limited to 'ethutil/encoding_test.go')
-rw-r--r-- | ethutil/encoding_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethutil/encoding_test.go b/ethutil/encoding_test.go index cbfbc0eaf..10e1995c0 100644 --- a/ethutil/encoding_test.go +++ b/ethutil/encoding_test.go @@ -64,4 +64,4 @@ func TestCompactDecode(t *testing.T) { if !CompareIntSlice(res, exp) { t.Error("even terminated compact decode. Expected", exp, "got", res) } -}
\ No newline at end of file +} |