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

Commit ba968bf

Browse files
tariq1890davecheney
authored andcommitted
gofmt -w errors.go (#179)
1 parent 059132a commit ba968bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ func WithMessagef(err error, format string, args ...interface{}) error {
229229
}
230230
return &withMessage{
231231
cause: err,
232-
msg: fmt.Sprintf(format, args...),
232+
msg: fmt.Sprintf(format, args...),
233233
}
234234
}
235235

0 commit comments

Comments
 (0)