diff options
Diffstat (limited to 'nomsu_compiler.moon')
| -rw-r--r-- | nomsu_compiler.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_compiler.moon b/nomsu_compiler.moon index e4521f2..c92b996 100644 --- a/nomsu_compiler.moon +++ b/nomsu_compiler.moon @@ -534,7 +534,7 @@ with NomsuCompiler arg_nomsu = recurse(bit,inline:true) return nil unless arg_nomsu if bit.type == "Block" - if i == 1 or i < #tree or (options.inside_multiblock and #bit > 1) + if i == 1 or i < #tree or options.inside_multiblock nomsu\append " " if i > 1 arg_nomsu\parenthesize! nomsu\append arg_nomsu |
