Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineJac committed Sep 9, 2024
1 parent b5b73ab commit a35f809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dump/dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func getProxyConfiguration(ctx context.Context, group *errgroup.Group,
return fmt.Errorf("error retrieving global plugins: %w", err)
}
// if globalServices are not present, add them.

for _, globalConsumerGroupsPlugin := range globalConsumerGroupsPlugins {
found := false
for _, plugin := range plugins {
Expand Down

0 comments on commit a35f809

Please sign in to comment.