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

Commit

Permalink
gofmt -w errors.go (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 authored and davecheney committed Jan 3, 2019
1 parent 059132a commit ba968bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.go
Expand Up @@ -229,7 +229,7 @@ func WithMessagef(err error, format string, args ...interface{}) error {
}
return &withMessage{
cause: err,
msg: fmt.Sprintf(format, args...),
msg: fmt.Sprintf(format, args...),
}
}

Expand Down

0 comments on commit ba968bf

Please sign in to comment.