mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 21:48:50 +03:00
satisfy ktlint demand for spacing around "*"
Signed-off-by: Graeme Power <gjpower@tcd.ie>
This commit is contained in:
parent
856ae33fd5
commit
bd36c67bf2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ fun String.toBitMatrix(size: Int): BitMatrix {
|
|||
|
||||
fun BitMatrix.toBitmap(@ColorInt backgroundColor: Int = Color.WHITE,
|
||||
@ColorInt foregroundColor: Int = Color.BLACK): Bitmap {
|
||||
val colorBuffer = IntArray(width*height)
|
||||
val colorBuffer = IntArray(width * height)
|
||||
var rowOffset = 0
|
||||
for (y in 0 until height) {
|
||||
for (x in 0 until width) {
|
||||
|
|
Loading…
Reference in a new issue