Address more PR feedback

This commit is contained in:
gdk 2023-01-01 00:53:32 -03:00
parent 6ed5c58abe
commit 890c637f27

View file

@ -27,7 +27,7 @@ namespace Ryujinx.Horizon.Generators
public void LeaveScope(string suffix = "")
{
DecreaseIndentation();
AppendLine("}" + suffix);
AppendLine($"}}{suffix}");
}
public void IncreaseIndentation()