From 1c9ece4a704b9516a9f88562d56f3272cb67dccc Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 9 Sep 2017 00:25:29 +0200 Subject: gofmt -s --- zsig/header_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsig/header_test.go b/zsig/header_test.go index 38893e6..678db54 100644 --- a/zsig/header_test.go +++ b/zsig/header_test.go @@ -17,8 +17,8 @@ func TestZHeader(t *testing.T) { Alg: Alg, BlockSize: BlockSize, Sums: [][]byte{ - []byte{0, 1, 2, 3, 4, 5}, - []byte{6, 7, 8, 9, 10}, + {0, 1, 2, 3, 4, 5}, + {6, 7, 8, 9, 10}, }, } body, err := h.MarshalText() -- cgit v1.2.3