internal/testutil: Formatting fix
This commit is contained in:
parent
dcf923b1f3
commit
e9633770ad
@ -64,7 +64,7 @@ func (sn Snake) Check(data []byte) (ok bool, n int) {
|
||||
}
|
||||
|
||||
func (sn Snake) String() string {
|
||||
if len(sn) == 0 || len(sn[0]) == 0 || len(sn[0][0]) == 0{
|
||||
if len(sn) == 0 || len(sn[0]) == 0 || len(sn[0][0]) == 0 {
|
||||
return "EMPTY"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user