ktlint: Drop unused trailing commas

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta 2026-01-21 16:48:46 +08:00
parent d6f3dee9f4
commit c76d14dfd4
25 changed files with 58 additions and 60 deletions

View file

@ -29,7 +29,7 @@ class ImportAllCombinationsTest {
val containsSer: Ser,
val containsJson: Boolean,
val filename: String,
val throwable: Throwable,
val throwable: Throwable
)
private fun testZipCombination(
@ -37,7 +37,7 @@ class ImportAllCombinationsTest {
containsSer: Ser,
containsJson: Boolean,
filename: String,
runTest: (test: () -> Unit) -> Unit,
runTest: (test: () -> Unit) -> Unit
) {
val zipFile = File(classloader.getResource(filename)?.file!!)
val zip = Mockito.mock(StoredFileHelper::class.java, Mockito.withSettings().stubOnly())