Skip to content

Commit

Permalink
Formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
probation-integration-bot[bot] authored Oct 21, 2024
1 parent 4a09da0 commit 4603674
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ interface LicenceConditionRepository : JpaRepository<LicenceCondition, Long> {
"""
)
fun findAllByDisposalId(disposalId: Long): List<LicenceCondition>

}

fun LicenceConditionRepository.getByLicenceConditionId(id: Long) = findById(id)
Expand Down

0 comments on commit 4603674

Please sign in to comment.