Indentation

This commit is contained in:
2025-09-15 13:10:30 -04:00
parent 7b699d5d36
commit 77acbdd8de
+3 -3
View File
@@ -235,10 +235,10 @@ public:
context->device.heartbeatFd = fd;
context->device.startHeartbeat();
context->originalCbFn(true);
return;
}
return;
}
// All connection attempts failed
// All connection attempts failed
context->originalCbFn(false);
}
};