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 4411d68 commit 6c636f6
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 6c636f6

Please sign in to comment.