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

@ -8,4 +8,4 @@ func True(t test, a bool) {
// False asserts that the given parameter is false.
func False(t test, a bool) {
Equal(t, a, false)
}
}