diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-25 01:33:33 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-25 01:33:33 +0200 |
commit | 66f7949711425dc20bfb7612a68d81b5af30b8e9 (patch) | |
tree | f4cda7eb360c26b8bade4e08886778b0360ebb89 /fnl/plugins/snippets | |
parent | 3a007886fe248bedc5e189f5fb933379fdc72d12 (diff) |
Refactor
Diffstat (limited to 'fnl/plugins/snippets')
-rw-r--r-- | fnl/plugins/snippets/workflow.fnl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fnl/plugins/snippets/workflow.fnl b/fnl/plugins/snippets/workflow.fnl index b7f0807..ffe9f50 100644 --- a/fnl/plugins/snippets/workflow.fnl +++ b/fnl/plugins/snippets/workflow.fnl @@ -16,10 +16,10 @@ {} " [(i 1) (i 2) (i 3) (i 4) (i 5) (i 6) (i 7)])) (s :st (fmt " - // step {} - do {} - If {}: - {} +// step {} +do {} +If {}: + {} " [(i 1) (i 2) (i 3) (i 4)])) |