Skip to content

Commit

Permalink
resolve indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudFofou committed Nov 15, 2024
1 parent 8bdf80d commit 71b962b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ public interface MovementIoOperationRepository extends JpaRepository<Movement, I

@Query("select count(m) from Movement m where active=1")
long countAllActiveMovements();

}

0 comments on commit 71b962b

Please sign in to comment.