mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 20:00:17 +00:00
Address more PR feedback
This commit is contained in:
parent
6ed5c58abe
commit
890c637f27
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ namespace Ryujinx.Horizon.Generators
|
||||||
public void LeaveScope(string suffix = "")
|
public void LeaveScope(string suffix = "")
|
||||||
{
|
{
|
||||||
DecreaseIndentation();
|
DecreaseIndentation();
|
||||||
AppendLine("}" + suffix);
|
AppendLine($"}}{suffix}");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void IncreaseIndentation()
|
public void IncreaseIndentation()
|
||||||
|
|
Loading…
Reference in a new issue