tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
// INTENTION_TEXT_2: "Replace with 'asSequence().map{}.max()'"
|
||||
fun getMaxLineWidth(lineCount: Int): Float {
|
||||
val <caret>max_width = (0..lineCount - 1)
|
||||
.asSequence()
|
||||
.map { getLineWidth(it) }
|
||||
.max()
|
||||
?: 0.0f
|
||||
.asSequence()
|
||||
.map { getLineWidth(it) }
|
||||
.max()
|
||||
?: 0.0f
|
||||
return max_width
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user