Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 2414c71

Browse files
committed
goimports
1 parent 27ff1b6 commit 2414c71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pilosa.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ package pilosa
1616

1717
import (
1818
"encoding/json"
19-
"github.com/pkg/errors"
2019
"regexp"
20+
21+
"github.com/pkg/errors"
2122
)
2223

2324
// System errors.

0 commit comments

Comments
 (0)