We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4f926 commit bde9bf3Copy full SHA for bde9bf3
1 file changed
cmd/nabsl-request/get.go
@@ -123,9 +123,7 @@ func (o *GetOptions) Run(c *cobra.Command, f client.Factory) error {
123
124
// List all requests in admin namespace
125
var requestList nacv1alpha1.NonAdminBackupStorageLocationRequestList
126
- var err error
127
-
128
- err = o.client.List(context.Background(), &requestList, &kbclient.ListOptions{
+ var err error = o.client.List(context.Background(), &requestList, &kbclient.ListOptions{
129
Namespace: adminNS,
130
})
131
0 commit comments