Merge pull request #1577 from KM198912/patch-4

Update CPU.cs
This commit is contained in:
Quajak 2020-11-30 13:40:56 +01:00 committed by GitHub
commit 0ba4f6c418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -294,7 +294,7 @@ namespace Cosmos.Core
if (!(rs == ""))
{
return rs;
return rs.Trim();
}
else
{