mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-10-05 07:57:10 +08:00
gofmt -s -w
This commit is contained in:
@@ -227,7 +227,7 @@ func TestReplacePixels(t *testing.T) {
|
||||
}
|
||||
|
||||
p := make([]uint8, 4*size.X*size.Y)
|
||||
for i, _ := range p {
|
||||
for i := range p {
|
||||
p[i] = 0x80
|
||||
}
|
||||
img0.ReplacePixels(p)
|
||||
|
Reference in New Issue
Block a user