This commit is contained in:
Hajime Hoshi 2018-02-03 20:41:06 +09:00
parent 9ece27e7e8
commit f1bb0f1a70

View File

@ -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