Skip to content

Commit

Permalink
Correcting lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Annaraya Narasagond <[email protected]>
Signed-off-by: Annaraya Narasagond <[email protected]> Annaraya Narasagond <[email protected]>
  • Loading branch information
asn1809 committed Sep 5, 2024
1 parent e127357 commit ef385a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/volumereplicationgroup_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1644,8 +1644,8 @@ func (v *VRGInstance) vrgParallelProcessingCheck(adminNamespaceVRG bool) error {
listOps := &client.ListOptions{
Namespace: ns,
}
err := v.reconciler.APIReader.List(context.Background(), vrgList, listOps)

err := v.reconciler.APIReader.List(context.Background(), vrgList, listOps)
if err != nil {
v.log.Error(err, "Unable to list the VRGs in the", " namespace ", ns)

Expand Down

0 comments on commit ef385a5

Please sign in to comment.