Skip to content

Commit 82ed14c

Browse files
committed
all: gofmt
Run standard gofmt command on project root.
1 parent b0cb29d commit 82ed14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type Error struct {
2828
// Errorf returns an Error with the given code and format specification
2929
func Errorf(code ErrorType, format string, args ...interface{}) Error {
3030
return Error{
31-
Code: code,
31+
Code: code,
3232
Message: fmt.Sprintf(format, args...),
3333
}
3434
}

0 commit comments

Comments
 (0)