Remove empty line and ensure check.sh script run ktlint.

This commit is contained in:
Benoit Marty
2024-04-19 10:02:39 +02:00
parent 3a5c6fbb5a
commit cdcd5c2d5e
2 changed files with 3 additions and 1 deletions

View File

@@ -69,4 +69,3 @@ private fun <R : TestRule> AndroidComposeTestRule<R, ComponentActivity>.setRoomL
)
}
}