mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
gofmt -s -w
This commit is contained in:
parent
672d721ea9
commit
71a508ca7b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user