Skip to content

Commit 937e8c5

Browse files
committed
gofmt -w
Signed-off-by: Dave Cheney <dave@cheney.net>
1 parent c1bc528 commit 937e8c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
//
8383
// if err, ok := err.(stackTracer); ok {
8484
// for _, f := range err.StackTrace() {
85-
// fmt.Printf("%+s:%d\n", f, f)
85+
// fmt.Printf("%+s:%d\n", f, f)
8686
// }
8787
// }
8888
//

0 commit comments

Comments
 (0)