aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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