Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Jan 7, 2025
1 parent 84e14a9 commit 9ad525c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public final class MapForEach {
.one()
.build())
.returnType(IItem.type())
.returnOneOrMore()
.returnZeroOrMore()
.functionHandler(MapForEach::execute)
.build();

Expand Down

0 comments on commit 9ad525c

Please sign in to comment.