Fix
This commit is contained in:
@@ -18,6 +18,7 @@ rules(_, []) --> [].
|
||||
rule(IndentLevel, [ScriptName, Condition, SubRules]) -->
|
||||
indent(IndentLevel),
|
||||
script_name(ScriptName),
|
||||
{ format(user_error, 'ScriptName: ~w~n', [ScriptName]) },
|
||||
optional_condition(Condition),
|
||||
newline,
|
||||
{ NewIndentLevel is IndentLevel + 1 },
|
||||
|
||||
Reference in New Issue
Block a user