mirror of
https://github.com/aaru-dps/Aaru.Helpers.git
synced 2025-12-16 19:24:35 +00:00
Code restyling.
This commit is contained in:
@@ -136,7 +136,7 @@ namespace Aaru
|
||||
for(int i = SpacePaddedString.Length; i >= start; i--)
|
||||
{
|
||||
if(i == start)
|
||||
return"";
|
||||
return "";
|
||||
|
||||
if(SpacePaddedString[i - 1] == 0x20)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user