Cleaning up formatting.

This commit is contained in:
Bruce Hill 2018-07-22 16:35:07 -07:00
parent d38020bc5a
commit 0d7bb7eb03

View File

@ -18,4 +18,6 @@ for %path in %files:
say (blue "\%filename:\%line_num:")
say (yellow (source lines of %t))
if (%t is syntax tree) (for %sub in %t (recurse %t on %sub))
if (%t is syntax tree):
for %sub in %t:
recurse %t on %sub