modify static check

fix format
This commit is contained in:
lala123912
2020-09-23 14:32:56 +08:00
parent b03a4ac626
commit 7594702b22
14 changed files with 87 additions and 94 deletions

View File

@@ -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) {