Skip to content
Snippets Groups Projects
Commit a2da4b6d authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix linting

parent da6b3eb8
No related branches found
No related tags found
No related merge requests found
Pipeline #3030 passed
......@@ -114,8 +114,7 @@ rooms()
{
if (QDBusInterface interface{QStringLiteral(NHEKO_DBUS_SERVICE_NAME), QStringLiteral("/")};
interface.isValid())
return QDBusReply<QVector<RoomInfoItem>>{interface.call(QStringLiteral("rooms"))}
.value();
return QDBusReply<QVector<RoomInfoItem>>{interface.call(QStringLiteral("rooms"))}.value();
else
return {};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment