Skip to content

Commit

Permalink
Obey the gofmt -s
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Shah committed Jan 18, 2017
1 parent 2482f20 commit 84cde21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sugar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func TestSugarWith(t *testing.T) {
{
args: []interface{}{"foo", 42, true, "bar"},
expected: []zapcore.Field{Int("foo", 42), String("true", "bar")},
errLogs: []observer.LoggedEntry{observer.LoggedEntry{
errLogs: []observer.LoggedEntry{{
Entry: zapcore.Entry{Level: DPanicLevel, Message: _nonStringKeyErrMsg},
Context: []zapcore.Field{Int("position", 2), Any("key", true), Any("value", "bar")},
}},
Expand Down

0 comments on commit 84cde21

Please sign in to comment.