Skip to content

Commit

Permalink
Fixing code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefán Jökull Sigurðarson committed Apr 25, 2022
1 parent 33a1d3f commit d717128
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions projects/RabbitMQ.Client/RabbitMQ.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<PackageReference Include="MinVer" Version="3.1.0" PrivateAssets="All" />
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Threading.Channels" Version="6.0.0" />
<PackageReference Include="Pipelines.Sockets.Unofficial" Version="2.2.2" />
<PackageReference Include="Pipelines.Sockets.Unofficial" Version="2.2.2" />
</ItemGroup>

</Project>
</Project>
2 changes: 1 addition & 1 deletion projects/RabbitMQ.Client/client/impl/IFrameHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ internal interface IFrameHandler
void Close();

PipeReader FrameReader { get; }

PipeWriter FrameWriter { get; }
bool IsClosed { get; }
}
Expand Down
2 changes: 1 addition & 1 deletion projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public SocketFrameHandler(AmqpTcpEndpoint endpoint, Func<AddressFamily, ITcpClie

// We're done setting up our connection, let's configure timeouts and SSL if needed.
_socket.ReceiveTimeout = readTimeout;

if (endpoint.Ssl.Enabled)
{
try
Expand Down

0 comments on commit d717128

Please sign in to comment.