diff options
Diffstat (limited to 'internal/gitutil/error.go')
-rw-r--r-- | internal/gitutil/error.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/gitutil/error.go b/internal/gitutil/error.go index 20aa3b51..205546aa 100644 --- a/internal/gitutil/error.go +++ b/internal/gitutil/error.go @@ -20,7 +20,6 @@ type Error struct { func (e Error) NotFound() bool { return IsErrSubmoduleNotExist(e.error) || IsErrRevisionNotExist(e.error) - } // NewError wraps given error. |