fix golint errors on master for 1.6

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle
2016-12-05 15:01:33 -08:00
parent 2c61d2f80c
commit 4d27212149
3 changed files with 11 additions and 11 deletions

View File

@@ -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(