mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
gofmt
This commit is contained in:
parent
9ece27e7e8
commit
f1bb0f1a70
@ -561,7 +561,7 @@ func TestImageEdge(t *testing.T) {
|
||||
}
|
||||
|
||||
func indexToColor(index int) uint8 {
|
||||
return uint8((17 * index + 0x40) % 256)
|
||||
return uint8((17*index + 0x40) % 256)
|
||||
}
|
||||
|
||||
// Issue #419
|
||||
|
Loading…
Reference in New Issue
Block a user