diff options
Diffstat (limited to 'fnl/plugins')
-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)])) |