aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-23 14:40:20 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-23 14:41:30 -0700
commit470a6fe7f987f7c5e5c1fa7b6b31956479ababed (patch)
tree8c25a3ae22740bfd14ecf460bfdc7d732023610f /tools
parent0d7bb7eb038d7fb986bb879112d599b2c517889c (diff)
Fixed blocks starting with extra newline when they start with a comment.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/find_action.nom3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/find_action.nom b/tools/find_action.nom
index ae3bf72..b51a0f8 100755
--- a/tools/find_action.nom
+++ b/tools/find_action.nom
@@ -19,5 +19,4 @@ for %path in %files:
say (yellow (source lines of %t))
if (%t is syntax tree):
- for %sub in %t:
- recurse %t on %sub
+ for %sub in %t: recurse %t on %sub