ktlint: Drop unused trailing commas
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
f388d7abb0
commit
4fd959ed60
25 changed files with 58 additions and 60 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue