chore: style fixes from go fix (#10846)
Just `go fix ./...` Signed-off-by: Jakob Borg <jakob@kastelo.net>
This commit is contained in:
@@ -8,7 +8,7 @@ package model
|
||||
|
||||
// fatal is the required common interface between *testing.B and *testing.T
|
||||
type fatal interface {
|
||||
Fatal(...interface{})
|
||||
Fatal(...any)
|
||||
Helper()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user