tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
@@ -5,10 +5,10 @@ import java.lang.Math.max
|
||||
|
||||
fun getMaxLineWidth(count: Int): Double {
|
||||
val <caret>m = (0..count-1)
|
||||
.asSequence()
|
||||
.map { getLineWidth(it) }
|
||||
.max()
|
||||
?: 0.0
|
||||
.asSequence()
|
||||
.map { getLineWidth(it) }
|
||||
.max()
|
||||
?: 0.0
|
||||
return m
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user