Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kuklyy committed Sep 11, 2023
1 parent cc6be68 commit 3c6e997
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifest/v1alpha/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ func (spec AgentSpec) GetType() (DataSourceType, error) {
return GCM, nil
case spec.AzureMonitor != nil:
return AzureMonitor, nil

}
return 0, errors.New("unknown agent type")
}
Expand Down

0 comments on commit 3c6e997

Please sign in to comment.