Fix "Arrow is redundant when parameter list is empty"
And other issues that ktlint now reports
This commit is contained in:
parent
ea616be814
commit
eef0fbf4be
10 changed files with 41 additions and 29 deletions
|
|
@ -14,6 +14,7 @@ import kotlinx.collections.immutable.toPersistentList
|
|||
object WaveFormSamples {
|
||||
val allRangeWaveForm = List(100) { it.toFloat() / 100 }.toImmutableList()
|
||||
|
||||
@Suppress("ktlint:standard:argument-list-wrapping")
|
||||
val realisticWaveForm = persistentListOf(
|
||||
0.000f, 0.000f, 0.000f, 0.003f, 0.354f,
|
||||
0.353f, 0.365f, 0.790f, 0.787f, 0.167f,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue