mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
fix golint errors on master for 1.6
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
@@ -196,7 +196,7 @@ func (grm *nestedPendingOperations) getOperation(
|
||||
}
|
||||
|
||||
logOperationName := getOperationName(volumeName, podName)
|
||||
return 0, fmt.Errorf("Operation %q not found.", logOperationName)
|
||||
return 0, fmt.Errorf("Operation %q not found", logOperationName)
|
||||
}
|
||||
|
||||
func (grm *nestedPendingOperations) deleteOperation(
|
||||
|
||||
Reference in New Issue
Block a user