Skip to content

Commit 84b8e0e

Browse files
committed
fmt
Signed-off-by: Sebastian Rabenhorst <[email protected]>
1 parent d15fb1f commit 84b8e0e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clientutil/parse.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
package clientutil
55

66
import (
7+
"encoding/hex"
78
"net/http"
89
"strconv"
9-
"time"
10-
11-
"encoding/hex"
1210
"strings"
11+
"time"
1312

1413
"github.com/pkg/errors"
1514
)

0 commit comments

Comments
 (0)