Skip to content

Commit

Permalink
QOL: Fixed formatting of LogInstructions()
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannify committed May 10, 2024
1 parent 608b777 commit de229fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NitroxPatcher/TranspilerHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ string FormatOperand(object argument) =>
{
sb.Append('(');
sb.Append(FormatOperand(ci.operand));
sb.Append(") ");
sb.Append(')');
}
sb.AppendLine();
}

Log.Info(sb.ToString());
Expand Down

0 comments on commit de229fa

Please sign in to comment.