Skip to content

Commit 62251d8

Browse files
committed
chore: format main.go
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent 1b57cde commit 62251d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kvfile/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import (
77
"math"
88
"os"
99

10+
"github.com/aperturerobotics/cli"
1011
"github.com/aperturerobotics/go-kvfile"
1112
kvfile_compress "github.com/aperturerobotics/go-kvfile/compress"
1213
b58 "github.com/mr-tron/base58/base58"
1314
"github.com/pkg/errors"
14-
"github.com/aperturerobotics/cli"
1515
)
1616

1717
var (

0 commit comments

Comments
 (0)