mirror of
https://github.com/rancher/steve.git
synced 2025-09-19 18:33:59 +00:00
fixing ci lint
This commit is contained in:
@@ -18,7 +18,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
errMissingUserInfo error = errors.New("missing user info")
|
errMissingUserInfo = errors.New("missing user info")
|
||||||
)
|
)
|
||||||
|
|
||||||
// delegate is the bridge between k8s.io/apiserver's [rest.Storage] interface and
|
// delegate is the bridge between k8s.io/apiserver's [rest.Storage] interface and
|
||||||
|
Reference in New Issue
Block a user