Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Egorand committed Nov 14, 2024
1 parent ce320a0 commit 1cb4510
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ class TestProcessorTest(private val useKsp2: Boolean) {
public fun <T : Alias41<Alias43<Alias23>, Alias47<out Alias77<Alias73<Int>>>>> bar(vararg arg1: T): Unit = TODO()
}
""".trimIndent(),
""".trimIndent(),
)
} else {
assertThat(generatedFileText).isEqualTo(
Expand All @@ -603,7 +603,7 @@ class TestProcessorTest(private val useKsp2: Boolean) {
public fun <T : Alias41<Alias23, out Alias77<Alias73<Int>>>> bar(vararg arg1: T): Unit = TODO()
}
""".trimIndent(),
""".trimIndent(),
)
}
}
Expand Down

0 comments on commit 1cb4510

Please sign in to comment.