Skip to content

Commit 68a452c

Browse files
committed
lint fix
1 parent e1e69a6 commit 68a452c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base/error.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ var (
8383

8484
// ErrInvalidJSON is returned when the JSON being unmarshalled cannot be parsed.
8585
ErrInvalidJSON = HTTPErrorf(http.StatusBadRequest, "Invalid JSON")
86-
8786
)
8887

8988
func (e *sgError) Error() string {

0 commit comments

Comments
 (0)