Skip to content

Commit 4411a3f

Browse files
committed
lint
Signed-off-by: Omer Aplatony <[email protected]>
1 parent bc46e3d commit 4411a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_discovery_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ func (c *DiscoveryController) Run(stopCh <-chan struct{}, synchedCh chan<- struc
320320
utilruntime.HandleError(fmt.Errorf("timed out waiting for initial discovery sync"))
321321
return
322322
}
323-
utilruntime.HandleError(fmt.Errorf("unexpected error: %v", err))
323+
utilruntime.HandleError(fmt.Errorf("unexpected error: %w", err))
324324
return
325325
}
326326
close(synchedCh)

0 commit comments

Comments
 (0)