"StartsWith" and "EndsWith" overloads that take a "char" should be used instead of the ones that take a "string" (#5347)
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Ryujinx.HLE.HOS.Diagnostics.Demangler.Ast
|
||||
|
||||
writer.Write(Params);
|
||||
|
||||
if (Params.EndsWith(">"))
|
||||
if (Params.EndsWith('>'))
|
||||
{
|
||||
writer.Write(" ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user