From e452d94fc842da6623c8fde67b9d71a1ee739f0a Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 6 Mar 2022 17:55:17 +0800 Subject: autofix: format code with gofumpt and gofmt (#6803) Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> --- internal/gitutil/error.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/gitutil') 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. -- cgit v1.2.3