storage/udisks2: adjust lambda indent
This commit is contained in:
@@ -138,7 +138,9 @@ UdisksStorage::OnListReply(ODBus::Message reply) noexcept
|
||||
|
||||
try {
|
||||
ParseObjects(reply, [this](Object &&o) {
|
||||
if (o.IsId(id))
|
||||
if (!o.IsId(id))
|
||||
return;
|
||||
|
||||
dbus_path = std::move(o.path);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user