Updated formatting
All checks were successful
/ test (push) Successful in 14s

This commit is contained in:
Eduard Urbach 2025-06-06 16:49:43 +02:00
parent 046a393313
commit b3b33f85f5
Signed by: eduard
GPG key ID: 49226B848C78F6C8
13 changed files with 13 additions and 13 deletions

View file

@ -42,4 +42,4 @@ func TestFailNil(t *testing.T) {
func TestFailNotNil(t *testing.T) {
assert.NotNil(fail(t), nil)
}
}