Skip to content

Commit

Permalink
PMM-12375 fix the linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tymchuk committed Sep 16, 2023
1 parent e621aca commit f5ad29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/services/inventory/agents.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type AgentsService struct {
}

// NewAgentsService creates new AgentsService.
func NewAgentsService(db *reform.DB, r agentsRegistry, state agentsStateUpdater, vmdb prometheusService, cc connectionChecker, sib serviceInfoBroker, a agentService) *AgentsService {
func NewAgentsService(db *reform.DB, r agentsRegistry, state agentsStateUpdater, vmdb prometheusService, cc connectionChecker, sib serviceInfoBroker, a agentService) *AgentsService { //nolint:lll
return &AgentsService{
r: r,
a: a,
Expand Down

0 comments on commit f5ad29e

Please sign in to comment.