blob: 0812b47b5ee89df8752ab6168bcc66bd93a321f8 [file] [log] [blame]
package com.github.shyiko.ktlint.ruleset.standard
import org.testng.annotations.Test
class NoItParamInMultilineLambdaRuleTest {
@Test
fun testLint() =
testLintUsingResource(NoItParamInMultilineLambdaRule())
}