blob: e836e3279f642a3c26e2632cea9fd197a413b0b3 [file] [log] [blame]
package com.github.shyiko.ktlint.ruleset.standard
import org.testng.annotations.Test
class SpacingAroundRangeOperatorRuleTest {
@Test
fun testLint() {
testLintUsingResource(SpacingAroundRangeOperatorRule())
}
@Test
fun testFormat() {
testFormatUsingResource(SpacingAroundRangeOperatorRule())
}
}