Skip to content

Commit 4c624a3

Browse files
lint fix
Signed-off-by: adityachopra29 <[email protected]>
1 parent 0e4d03e commit 4c624a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/query/app/analytics/http_gateway.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919

2020
// HTTPGateway exposes analytics HTTP endpoints.
2121
type HTTPGateway struct {
22-
Logger *zap.Logger
22+
Logger *zap.Logger
2323
}
2424

2525
func (h *HTTPGateway) RegisterRoutes(router *mux.Router) {

0 commit comments

Comments
 (0)