Skip to content

Commit

Permalink
make check
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubdyszkiewicz committed Sep 26, 2024
1 parent 4455ce4 commit dc94eb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/xds/server/v3/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (r *reconciler) Reconcile(ctx context.Context, xdsCtx xds_context.Context,

preserveDeletedResources(snapshot, previous)

//if err := snapshot.Consistent(); err != nil {
// if err := snapshot.Consistent(); err != nil {
// return false, errors.Wrap(err, "inconsistent snapshot")
//}

Expand Down Expand Up @@ -141,7 +141,6 @@ func preserveDeletedResources(snapshot *envoy_cache.Snapshot, previous *envoy_ca
}
}
}

}
}
}
Expand Down

0 comments on commit dc94eb6

Please sign in to comment.