Skip to content

Commit bde9bf3

Browse files
committed
Linting fix
Signed-off-by: Joseph <jvaikath@redhat.com>
1 parent 8b4f926 commit bde9bf3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cmd/nabsl-request/get.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ func (o *GetOptions) Run(c *cobra.Command, f client.Factory) error {
123123

124124
// List all requests in admin namespace
125125
var requestList nacv1alpha1.NonAdminBackupStorageLocationRequestList
126-
var err error
127-
128-
err = o.client.List(context.Background(), &requestList, &kbclient.ListOptions{
126+
var err error = o.client.List(context.Background(), &requestList, &kbclient.ListOptions{
129127
Namespace: adminNS,
130128
})
131129

0 commit comments

Comments
 (0)