Indentation

This commit is contained in:
2025-09-09 12:02:31 -04:00
parent 8413277847
commit 725f8772b1
@@ -32,7 +32,11 @@ public:
// New async function for device attachment
void newDeviceAttachmentSpecInd(
std::shared_ptr<DeviceAttachmentSpec> spec,
std::function<void(bool success, std::shared_ptr<Device> device, std::shared_ptr<DeviceAttachmentSpec> deviceSpec)> callback);
std::function<
void(
bool success, std::shared_ptr<Device> device,
std::shared_ptr<DeviceAttachmentSpec> deviceSpec)>
callback);
private:
DeviceManager() = default;