Skip to content

Commit

Permalink
#141 tentative fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Monitor221hz committed Mar 12, 2024
1 parent 8bb06a0 commit d0e8114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public bool ValidateEventsAndVariables(PackFileGraph graph)
for (int i = variableLowerBound; i >= 0; i--)
{
var variableNameElement = variableNameElements[i];
var variableName = variableNameElement.Value;
var variableName = variableNameElement.Value.Trim();
if (!uniqueVariableNames.Add(variableName))
{
variableNameElement.Remove();
Expand Down

0 comments on commit d0e8114

Please sign in to comment.