autofix: format code with gofumpt and gofmt (#6803)

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
This commit is contained in:
deepsource-autofix[bot]
2022-03-06 17:55:17 +08:00
committed by GitHub
parent 2466da4e82
commit e452d94fc8
12 changed files with 21 additions and 18 deletions

View File

@@ -20,7 +20,6 @@ type Error struct {
func (e Error) NotFound() bool {
return IsErrSubmoduleNotExist(e.error) ||
IsErrRevisionNotExist(e.error)
}
// NewError wraps given error.