1
0

add spotless

This commit is contained in:
Michael Hoennig
2022-08-04 09:41:27 +02:00
parent 8605d4c4f1
commit a2f2fdb6a4
6 changed files with 65 additions and 9 deletions

View File

@ -14,4 +14,3 @@ public interface RbacRoleRepository extends Repository<RbacRoleEntity, UUID> {
*/
List<RbacRoleEntity> findAll();
}