1
0
mirror of https://github.com/janet-lang/janet synced 2025-05-04 08:24:15 +00:00

Format boot.janet with janet-format.

This commit is contained in:
Calvin Rose 2022-06-10 19:13:23 -05:00
parent 181f0341f5
commit c75b088ff8

View File

@ -3154,7 +3154,9 @@
(endtoken) (endtoken)
(tuple/slice tokens)) (tuple/slice tokens))
(set parse-blocks (fn parse-blocks [indent] (set
parse-blocks
(fn parse-blocks [indent]
(var new-indent indent) (var new-indent indent)
(var p-start nil) (var p-start nil)
(var p-end nil) (var p-end nil)