Skip to content

Commit

Permalink
Format backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Jan 10, 2025
1 parent 6624c49 commit 1aac2ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public Action getEntityById(Long id) {

@Transactional
public List<Action> createEntities(List<Action> actionList) {
return actionList.stream().filter(e-> !e.getAction().isEmpty()).map(this::createEntity).toList();
return actionList.stream().filter(e -> !e.getAction().isEmpty()).map(this::createEntity).toList();
}

@Transactional
Expand Down

0 comments on commit 1aac2ef

Please sign in to comment.