Skip to content

Commit

Permalink
Apply changes from ktLintFormat
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
crocsandcoffee authored and github-actions[bot] committed Jul 6, 2023
1 parent a3e3e28 commit 7358064
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,8 @@ internal class RealRenderTesterTest {
// Suppress runningWorker in this test as we are testing the
// uniqueness of workers using similar objects as keys
@Suppress("DEPRECATION")
@Test fun `runningWorker distinguishes between specific Nothing workers`() {
@Test
fun `runningWorker distinguishes between specific Nothing workers`() {
val workerA = object : LifecycleWorker() {}
val workerB = object : LifecycleWorker() {}

Expand Down

0 comments on commit 7358064

Please sign in to comment.