From 92e84e69f981676e2608825c8b59d24f36a38bb7 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 18 Dec 2019 15:22:16 +0100 Subject: [PATCH] ZoneCodeGenerator: Remove spaces between array indices --- src/ZoneCodeGenerator/Generating/Templates/Common.stg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZoneCodeGenerator/Generating/Templates/Common.stg b/src/ZoneCodeGenerator/Generating/Templates/Common.stg index 97c22ce4..60510df5 100644 --- a/src/ZoneCodeGenerator/Generating/Templates/Common.stg +++ b/src/ZoneCodeGenerator/Generating/Templates/Common.stg @@ -22,7 +22,7 @@ $endif$ }$ %> -PrintArrayIndices(reference) ::= "$reference.ArrayIndices:{ index | [$index$] }$" +PrintArrayIndices(reference) ::= "$reference.ArrayIndices:{ index | [$index$]}$" PrintOperandStatic(op) ::= <% $if(op.EnumMemberValue)$