Skip to content

Commit 27b2583

Browse files
authored
Fix gofmt errors (#122)
1 parent 010642b commit 27b2583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func TruncateLeft(s string, maxLength int) string {
205205
return s
206206
}
207207

208-
func GetRandomPort() (int , error) {
208+
func GetRandomPort() (int, error) {
209209
listener, err := net.Listen("tcp", ":0")
210210
defer listener.Close()
211211
if err != nil {

0 commit comments

Comments
 (0)