Skip to content

Commit

Permalink
Apply KtLint format
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Actions <actions@github.com>
  • Loading branch information
RBusarow authored and kodiakhq[bot] committed Oct 11, 2021
1 parent 758bbe5 commit ad2dfc2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ internal class JavaFileTest : BaseTest() {
package com.example;
public enum Color { RED, BLUE }
""".trimIndent()
""".trimIndent()
)

javaFile.declarations shouldBe listOf(
Expand All @@ -50,7 +50,7 @@ internal class JavaFileTest : BaseTest() {
public class Constants {
public enum Color { RED, BLUE }
}
""".trimIndent()
""".trimIndent()
)

javaFile.declarations shouldBe listOf(
Expand All @@ -72,7 +72,7 @@ internal class JavaFileTest : BaseTest() {
public static final int MY_VALUE = 250;
}
""".trimIndent()
""".trimIndent()
)

javaFile.declarations shouldBe listOf(
Expand All @@ -95,7 +95,7 @@ internal class JavaFileTest : BaseTest() {
public static final int MY_VALUE = 250;
}
}
""".trimIndent()
""".trimIndent()
)

javaFile.declarations shouldBe listOf(
Expand Down

0 comments on commit ad2dfc2

Please sign in to comment.