Skip to content

Commit

Permalink
fixed static code issues #3
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Jun 22, 2022
1 parent 9ff660a commit f9d2bd9
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ class OrderedRuleSetTest {
KtLint.lint(
KtLint.ExperimentalParams(
fileName = TEST_FILE_NAME,
text = """
fun foo() {
}
""".trimIndent(),
text = "fun foo() { }",
ruleSets = listOf(ruleSet),
cb = { _, _ -> },
)
Expand Down

0 comments on commit f9d2bd9

Please sign in to comment.