Skip to content

Commit

Permalink
Update cmd/traffic/cmd/manager/namespaces/watcher.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Rożek <[email protected]>
Signed-off-by: Thomas Hallgren <[email protected]>
  • Loading branch information
thallgren and P0lip authored Jan 2, 2025
1 parent a9540d9 commit 04e44ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/traffic/cmd/manager/namespaces/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,7 @@ func (h *namesspacesHandle) computeNames(ctx context.Context) (bool, error) {
}
dlog.Error(ctx, staticErr)
}
if err != nil {
return false, fmt.Errorf("error listing namespaces: %v", err)
}
return false, fmt.Errorf("error listing namespaces: %v", err)

Check failure on line 199 in cmd/traffic/cmd/manager/namespaces/watcher.go

View workflow job for this annotation

GitHub Actions / unit (ubuntu-latest)

File is not properly formatted (gofmt)

Check failure on line 199 in cmd/traffic/cmd/manager/namespaces/watcher.go

View workflow job for this annotation

GitHub Actions / unit (macos-latest)

File is not properly formatted (gofmt)
}

nis := nl.Items
Expand Down

0 comments on commit 04e44ca

Please sign in to comment.