Skip to content

Commit fb8c2aa

Browse files
author
Hubert Plociniczak
committed
Fixed indentation
1 parent 99022cc commit fb8c2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/impl/ConnectionBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ public void MainLoopIteration()
600600
{
601601
Frame frame = m_frameHandler.ReadFrame();
602602

603-
NotifyHearbeatThread();
603+
NotifyHearbeatThread();
604604
// We have received an actual frame.
605605
if (frame.Type == CommonFraming.Constants.FrameHeartbeat) {
606606
// Ignore it: we've already just reset the heartbeat

0 commit comments

Comments
 (0)