Skip to content

Commit beb76ce

Browse files
committed
style: fix linter complaint
1 parent fa54299 commit beb76ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

check_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ func TestCheck(t *testing.T) {
4747
check.That(false, nil)
4848
})
4949

50+
//nolint:gofumpt // empty line before `if err != nil` is ok here
5051
t.Run("all conditions are true", func(t *testing.T) {
5152
err := check.
5253
Thatf(true, "not an error").

0 commit comments

Comments
 (0)