mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +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 {
|
func indexToColor(index int) uint8 {
|
||||||
return uint8((17 * index + 0x40) % 256)
|
return uint8((17*index + 0x40) % 256)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Issue #419
|
// Issue #419
|
||||||
|
Loading…
Reference in New Issue
Block a user