Skip to content

Commit

Permalink
fixup: apply gofumpt
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <[email protected]>
  • Loading branch information
florianl committed Jun 6, 2024
1 parent 126ea63 commit cb50e12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zapcore/level_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ func TestLevelText(t *testing.T) {
err := unmarshaled.UnmarshalText(input)
assert.NoError(t, err, `Unexpected error unmarshaling text %q to level.`, string(input))
assert.Equal(t, WarnLevel, unmarshaled, `Text %q unmarshaled to an unexpected level.`, string(input))

})
}

Expand Down

0 comments on commit cb50e12

Please sign in to comment.