mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +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 == ""))
|
||||
{
|
||||
return rs;
|
||||
return rs.Trim();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue