]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
nsscash: go fmt
authorSimon Ruderich <simon@ruderich.org>
Wed, 12 Jun 2019 06:50:39 +0000 (08:50 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 12 Jun 2019 06:50:39 +0000 (08:50 +0200)
group.go

index b96f6b14aa4c779cc59c1ebc4498c96a5fefcdb2..66da8f00551e32de8272a5b02b2fdb7c4006039f 100644 (file)
--- a/group.go
+++ b/group.go
@@ -23,10 +23,10 @@ import (
        "encoding/binary"
        "fmt"
        "io"
+       "math"
        "sort"
        "strconv"
        "strings"
-       "math"
 
        "github.com/pkg/errors"
 )