Skip to content

Commit c465a09

Browse files
author
Emile Joubert
committed
Use Unix linebreaks
1 parent 5d69a0e commit c465a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/client/RabbitMQ.Client/src/client/impl/ConnectionBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public ConnectionBase(ConnectionFactory factory,
135135

136136
StartMainLoop();
137137
Open(insist);
138-
StartHeartbeatLoops();
138+
StartHeartbeatLoops();
139139
AppDomain.CurrentDomain.DomainUnload += HandleDomainUnload;
140140
}
141141

@@ -898,7 +898,7 @@ public void OnShutdown()
898898
OnCallbackException(args);
899899
}
900900
}
901-
}
901+
}
902902
AppDomain.CurrentDomain.DomainUnload -= HandleDomainUnload;
903903
}
904904

0 commit comments

Comments
 (0)