Skip to content

Commit

Permalink
fix: fix indentation of then
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-pichler committed Jun 4, 2024
1 parent 8f5d01c commit 801ee2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/switch-then-string.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ do:
- fulfillOrder:
set:
status: fulfilled
then: exit
then: exit
- processPhysicalOrder:
sequentially:
- checkInventory:
Expand All @@ -35,7 +35,7 @@ do:
- scheduleShipping:
set:
address: Elmer St
then: exit
then: exit
- handleUnknownOrderType:
sequentially:
- logWarning:
Expand Down

0 comments on commit 801ee2a

Please sign in to comment.