Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #22 from whilei/gofmt-2018-Jun-13-23-06
Browse files Browse the repository at this point in the history
all: gofmt
  • Loading branch information
Stebalien authored Jun 13, 2018
2 parents 3432d7e + 22e2c30 commit 681aedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type Error struct {
// Errorf returns an Error with the given code and format specification
func Errorf(code ErrorType, format string, args ...interface{}) Error {
return Error{
Code: code,
Code: code,
Message: fmt.Sprintf(format, args...),
}
}
Expand Down

0 comments on commit 681aedf

Please # to comment.