Skip to content

Commit e5ebad4

Browse files
bootjpCopilot
andauthored
Update store/store.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent defb69a commit e5ebad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

store/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func WriteConflictKey(err error) ([]byte, bool) {
3636
}
3737

3838
func (e *WriteConflictError) Error() string {
39-
return fmt.Sprintf("key: %s: %s", string(e.key), ErrWriteConflict)
39+
return fmt.Sprintf("key: %s: %v", string(e.key), ErrWriteConflict)
4040
}
4141

4242
func (e *WriteConflictError) Unwrap() error {

0 commit comments

Comments
 (0)