Browse Source

CapabilityInquiryDemo: Formatting

v7.0.12
reuk 1 year ago
parent
commit
2f09dc0b22
No known key found for this signature in database GPG Key ID: FCB43929F012EE5C
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      examples/Audio/CapabilityInquiryDemo.h

+ 2
- 2
examples/Audio/CapabilityInquiryDemo.h View File

@@ -4363,8 +4363,8 @@ private:
}
auto devicesState = demo.appState[&Model::App::transient]
[&Model::Transient::devices]
[&Model::ListWithSelection<Model::Device>::items];
[&Model::Transient::devices]
[&Model::ListWithSelection<Model::Device>::items];
auto copiedDevices = *devicesState;
const auto matchingDevice = [&]


Loading…
Cancel
Save