Skip to content

Commit

Permalink
dotnet#51371 whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhamoyan committed Jan 19, 2022
1 parent 4b8fe65 commit 7a3053c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ private void Create(string pipeName, PipeDirection direction, int maxNumberOfSer
// in that the second process to come along and create a stream will find the pipe already in existence and will fail.
var pipePath = !RuntimeInformation.RuntimeIdentifier.StartsWith("iossimulator")
&& !RuntimeInformation.RuntimeIdentifier.StartsWith("tvossimulator") ? GetPipePath(".", pipeName) : $"/tmp/{pipeName}";

_instance = SharedServer.Get(
pipePath,
(maxNumberOfServerInstances == MaxAllowedServerInstances) ? int.MaxValue : maxNumberOfServerInstances);
Expand Down

0 comments on commit 7a3053c

Please sign in to comment.