mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 02:02:30 +00:00
Update CPU.cs
add .Trim() to the returned string because otherwise it is shifted to the right using Console.WriteLine
This commit is contained in:
parent
00309e81bd
commit
7fb6ff9d80
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ namespace Cosmos.Core
|
||||||
|
|
||||||
if (!(rs == ""))
|
if (!(rs == ""))
|
||||||
{
|
{
|
||||||
return rs;
|
return rs.Trim();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue