summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-25 01:33:33 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-25 01:33:33 +0200
commit66f7949711425dc20bfb7612a68d81b5af30b8e9 (patch)
treef4cda7eb360c26b8bade4e08886778b0360ebb89
parent3a007886fe248bedc5e189f5fb933379fdc72d12 (diff)
Refactor
-rw-r--r--fnl/plugins/snippets/workflow.fnl8
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)]))