From 0d7bb7eb038d7fb986bb879112d599b2c517889c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 22 Jul 2018 16:35:07 -0700 Subject: [PATCH] Cleaning up formatting. --- tools/find_action.nom | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/find_action.nom b/tools/find_action.nom index 03bae54..ae3bf72 100755 --- a/tools/find_action.nom +++ b/tools/find_action.nom @@ -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