tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
// IS_APPLICABLE_2: false
|
||||
fun getMaxLineWidth(list: List<Float>): Float {
|
||||
val <caret>max = list.max()
|
||||
?: 0.0f
|
||||
?: 0.0f
|
||||
return max
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user