Skip to content

Commit

Permalink
fix: ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Nov 4, 2024
1 parent d35ec03 commit 068a7fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ interface TaskRepository : JpaRepository<Task, Long> {
order by t.number desc
limit 1
""",
nativeQuery = true
nativeQuery = true,
)
fun getLastTaskWithAgency(projectId: Long): Long?
}

0 comments on commit 068a7fe

Please sign in to comment.