Skip to content

Commit 183b8d3

Browse files
fix: fix indentation of then
Signed-off-by: Matthias Pichler <[email protected]>
1 parent 4b369e5 commit 183b8d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/switch-then-string.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ do:
2323
- fulfillOrder:
2424
set:
2525
status: fulfilled
26-
then: exit
26+
then: exit
2727
- processPhysicalOrder:
2828
sequentially:
2929
- checkInventory:
@@ -35,7 +35,7 @@ do:
3535
- scheduleShipping:
3636
set:
3737
address: Elmer St
38-
then: exit
38+
then: exit
3939
- handleUnknownOrderType:
4040
sequentially:
4141
- logWarning:

0 commit comments

Comments
 (0)