Skip to content

Commit

Permalink
stellar#4433: fixed go fmt warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Jul 21, 2022
1 parent 483434b commit ff5b145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/lighthorizon/actions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

var (
//go:embed static
staticFiles embed.FS
staticFiles embed.FS
//lint:ignore U1000 temporary
requestCount = promauto.NewCounter(prometheus.CounterOpts{
Name: "horizon_lite_request_count",
Expand Down

0 comments on commit ff5b145

Please sign in to comment.