chore: style fixes from go fix (#10846)
Just `go fix ./...` Signed-off-by: Jakob Borg <jakob@kastelo.net>
This commit is contained in:
@@ -125,7 +125,7 @@ func (f fakeInfo) IsRegular() bool { return !f.IsDir() }
|
||||
func (fakeInfo) IsSymlink() bool { return false }
|
||||
func (fakeInfo) Owner() int { return 0 }
|
||||
func (fakeInfo) Group() int { return 0 }
|
||||
func (fakeInfo) Sys() interface{} { return nil }
|
||||
func (fakeInfo) Sys() any { return nil }
|
||||
|
||||
type fakeFile struct {
|
||||
name string
|
||||
|
||||
Reference in New Issue
Block a user