Skip to content

Commit dd411dc

Browse files
committed
Lint/fmt fixes for status.go
Signed-off-by: Kimmo Lehto <[email protected]>
1 parent 499291c commit dd411dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/component/status/status.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"context"
88
"encoding/json"
99
"errors"
10-
"net"
1110
"net/http"
1211
"strconv"
1312
"time"
@@ -58,7 +57,6 @@ func (s *Status) Init(_ context.Context) error {
5857
w.WriteHeader(http.StatusInternalServerError)
5958
}
6059
})
61-
var err error
6260
s.httpserver = http.Server{
6361
Handler: mux,
6462
}

0 commit comments

Comments
 (0)