Skip to content

Commit 0637f6c

Browse files
committed
cosmetic: remove trailing whitespace
1 parent 670e6a1 commit 0637f6c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

projects/client/RabbitMQ.Client/src/client/api/ConnectionFactory.cs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,9 @@ public class ConnectionFactory
150150
///<summary>The host to connect to</summary>
151151
public String HostName = "localhost";
152152

153-
///<summary>The port to connect on. AmqpTcpEndpoint.UseDefaultPort indicates the
154-
/// default for the protocol should be used.</summary>
153+
///<summary>The port to connect on.
154+
/// AmqpTcpEndpoint.UseDefaultPort indicates the default for
155+
/// the protocol should be used.</summary>
155156
public int Port = AmqpTcpEndpoint.UseDefaultPort;
156157

157158
///<summary> SASL auth mechanisms to use.</summary>
@@ -162,10 +163,10 @@ public class ConnectionFactory
162163

163164
///<summary>The AMQP connection target</summary>
164165
public AmqpTcpEndpoint Endpoint
165-
{
166+
{
166167
get
167-
{
168-
return new AmqpTcpEndpoint(Protocol, HostName, Port, Ssl);
168+
{
169+
return new AmqpTcpEndpoint(Protocol, HostName, Port, Ssl);
169170
}
170171
set
171172
{

0 commit comments

Comments
 (0)