Commit 462df044 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4c9e38b2
...@@ -275,7 +275,7 @@ type NoObjectError struct { ...@@ -275,7 +275,7 @@ type NoObjectError struct {
Oid Oid Oid Oid
} }
func (e NoObjectError) Error() string { func (e *NoObjectError) Error() string {
return fmt.Sprintf("%s: no such object", e.Oid) return fmt.Sprintf("%s: no such object", e.Oid)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment