Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thwarted committed Oct 17, 2017
1 parent e9a56b6 commit e18464c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,13 @@ func BenchmarkLogger_large(b *testing.B) {
"size": 1 << 20,
}).
WithFields(log.Fields{
"some": "more",
"data": "here",
"whatever": "blah blah",
"more": "stuff",
"context": "such useful",
"much": "fun",
}).
"some": "more",
"data": "here",
"whatever": "blah blah",
"more": "stuff",
"context": "such useful",
"much": "fun",
}).
WithError(err).Error("upload failed")
}
}

0 comments on commit e18464c

Please sign in to comment.