mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 15:20:01 +01:00
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:
committed by
GitHub
parent
2466da4e82
commit
e452d94fc8
@@ -20,7 +20,6 @@ type Error struct {
|
||||
func (e Error) NotFound() bool {
|
||||
return IsErrSubmoduleNotExist(e.error) ||
|
||||
IsErrRevisionNotExist(e.error)
|
||||
|
||||
}
|
||||
|
||||
// NewError wraps given error.
|
||||
|
||||
Reference in New Issue
Block a user