Skip to content

Commit

Permalink
Removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
chitsaw authored Oct 20, 2023
1 parent 432521f commit a4ecef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Runtime/Test.Psi/RemotingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private Process StartServer(string entryPoint)
// ensure that the stdout/stderr streams don't fill up (this causes the server to block)
server.BeginOutputReadLine();
server.BeginErrorReadLine();

Console.WriteLine($"Server {entryPoint} started");

return server;
Expand Down

0 comments on commit a4ecef3

Please sign in to comment.