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 f86086b commit f8e4c06
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 f8e4c06

Please sign in to comment.