Skip to content

Commit 13b2ba7

Browse files
author
Tim Rice
committed
Cleanup whitespace
1 parent 09b430e commit 13b2ba7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/server/fluxruntime.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,7 @@ func (cs *coreServer) GetReconciledObjects(ctx context.Context, msg *pb.GetRecon
238238
clusterUserNamespaces := cs.clustersManager.GetUserNamespaces(auth.Principal(ctx))
239239

240240
for _, namespaces := range clusterUserNamespaces {
241-
242241
for _, ns := range namespaces {
243-
244242
nsOpts := client.InNamespace(ns.Name)
245243

246244
for _, gvk := range msg.Kinds {

0 commit comments

Comments
 (0)