Formatting

This commit is contained in:
2025-09-30 21:40:26 -04:00
parent d75430ef82
commit 274143e41d
+2 -1
View File
@@ -610,7 +610,8 @@ void DeviceManager::attachAllUnattachedDevicesFromReq(
mrntt::mrntt.thread->getIoService().post(
std::bind(
&AttachAllUnattachedDevicesFromReq::attachAllUnattachedDevicesFromReq1_posted,
&AttachAllUnattachedDevicesFromReq
::attachAllUnattachedDevicesFromReq1_posted,
request.get(), request));
}