mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 15:28:11 -05:00
ZoneCodeGenerator: Remove spaces between array indices
This commit is contained in:
@ -22,7 +22,7 @@ $endif$
|
||||
}$
|
||||
%>
|
||||
|
||||
PrintArrayIndices(reference) ::= "$reference.ArrayIndices:{ index | [$index$] }$"
|
||||
PrintArrayIndices(reference) ::= "$reference.ArrayIndices:{ index | [$index$]}$"
|
||||
|
||||
PrintOperandStatic(op) ::= <%
|
||||
$if(op.EnumMemberValue)$
|
||||
|
Reference in New Issue
Block a user