Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
almostinf committed Nov 6, 2024
1 parent 74dd85d commit 05a7df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifier/selfstate/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func createHeartbeaters(
logger moira.Logger,
database moira.Database,
clock moira.Clock,
) []heartbeat.Heartbeater {
) []heartbeat.Heartbeater { //nolint:gocyclo
hearbeaterBase := heartbeat.NewHeartbeaterBase(logger, database, clock)

heartbeaters := make([]heartbeat.Heartbeater, 0)
Expand Down

0 comments on commit 05a7df7

Please sign in to comment.