Skip to content

Commit

Permalink
Fix bad indentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hallgren <thomas@tada.se>
  • Loading branch information
thallgren committed Jan 2, 2025
1 parent 3889a5a commit 08ea777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/traffic/cmd/manager/namespaces/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func (h *namesspacesHandle) computeNames(ctx context.Context) (bool, error) {
}
dlog.Error(ctx, staticErr)
}
return false, fmt.Errorf("error listing namespaces: %v", err)
return false, fmt.Errorf("error listing namespaces: %v", err)
}

nis := nl.Items
Expand Down

0 comments on commit 08ea777

Please sign in to comment.