1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-18 16:39:07 +00:00

fixing ci lint

This commit is contained in:
Felipe C. Gehrke
2024-11-07 20:19:11 -03:00
parent 887fc05f08
commit 330f1b6d93

View File

@@ -18,7 +18,7 @@ import (
)
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