mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
modify static check
fix format
This commit is contained in:
@@ -240,7 +240,7 @@ func (grm *nestedPendingOperations) getOperation(key operationKey) (uint, error)
|
||||
}
|
||||
}
|
||||
|
||||
return 0, fmt.Errorf("Operation %+v not found", key)
|
||||
return 0, fmt.Errorf("operation %+v not found", key)
|
||||
}
|
||||
|
||||
func (grm *nestedPendingOperations) deleteOperation(key operationKey) {
|
||||
|
||||
Reference in New Issue
Block a user