Skip to content

Commit

Permalink
linter error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Oct 24, 2024
1 parent c92d05c commit 92fe503
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/service/cluster/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,9 @@ func (s *Service) discoverClusterHosts(ctx context.Context, c *Cluster) (knownHo
}
return
}
select {
case result <- hostsTuple{
result <- hostsTuple{
live: liveHosts,
known: knownHosts,
}:
}
}(cp)
}
Expand Down

0 comments on commit 92fe503

Please sign in to comment.