go fmt
This commit is contained in:
@@ -27,7 +27,7 @@ func (g grid) At(x, y int) color.Color {
|
||||
if n == 0 {
|
||||
return color.Black
|
||||
}
|
||||
step := int((side*side-1) / n)
|
||||
step := int((side*side - 1) / n)
|
||||
if (y*side+x)%step == 0 {
|
||||
return color.White
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user