Skip to content

Commit

Permalink
chore: Remove LongParameterList detekt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joc-a committed Jul 17, 2023
1 parent 9246d1b commit ce4174b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ fun <T> transaction(
}
}

@Suppress("LongParameterList")
fun <T> inTopLevelTransaction(
transactionIsolation: Int,
repetitionAttempts: Int,
Expand Down

0 comments on commit ce4174b

Please sign in to comment.