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