From d671faf8dca799aa492ffac896e0cd49b5e09d08 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 12 Jun 2019 08:50:39 +0200 Subject: [PATCH] nsscash: go fmt --- group.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group.go b/group.go index b96f6b1..66da8f0 100644 --- a/group.go +++ b/group.go @@ -23,10 +23,10 @@ import ( "encoding/binary" "fmt" "io" + "math" "sort" "strconv" "strings" - "math" "github.com/pkg/errors" ) -- 2.43.2