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

@ -4,4 +4,4 @@ package assert
type test interface {
Errorf(format string, args ...any)
FailNow()
}
}