[4.2.3] Schedules are not executed - formatting issue in Schedules.ps when using Splatting

Since 4.2.1, none of my scripts has executed on their scheduled time.
Scripts lists their next executions correctly, but no jobs are generated.

Edit, oh balls, just tried to delete one schedule, and they all vanished.

May be an issue when any schedule has a parameter.

I recreated some schedules, and it broke as soon as I added a schedule that has script parameters.

looking into Schedules.ps1, there seems to be a formatting issue, as it places one of the schedule parameters on the same line as the ending } for parameters.

image

Edit 3: jup, everytime any schedule is edited, all schedules using parameters breaks.

This should be fixed in 4.2.4
See #2866