Skip to content

Commit

Permalink
Clean : Fix indentation for task detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrati committed Jun 20, 2023
1 parent 5aab991 commit a33a54d
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,16 @@ fun <T> transaction(
} finally {
TransactionManager.resetCurrent(currentManager)
}
} ?: inTopLevelTransaction(transactionIsolation,
repetitionAttempts,
readOnly,
db,
null,
minRepetitionDelay,
maxRepetitionDelay,
statement)
} ?: inTopLevelTransaction(
transactionIsolation,
repetitionAttempts,
readOnly,
db,
null,
minRepetitionDelay,
maxRepetitionDelay,
statement
)
}
}

Expand Down

0 comments on commit a33a54d

Please sign in to comment.