From 45b150fb58d14970e5e393190a21e5f7a4d457e9 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Mon, 13 Dec 2021 19:05:22 -0500 Subject: [PATCH] make lint --- src/timeline/RoomlistModel.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/timeline/RoomlistModel.h b/src/timeline/RoomlistModel.h index bfd640fd..b98a0dba 100644 --- a/src/timeline/RoomlistModel.h +++ b/src/timeline/RoomlistModel.h @@ -170,7 +170,10 @@ public slots: RoomPreview currentRoomPreview() const { return roomlistmodel->currentRoomPreview(); } void setCurrentRoom(QString roomid) { roomlistmodel->setCurrentRoom(std::move(roomid)); } void resetCurrentRoom() { roomlistmodel->resetCurrentRoom(); } - TimelineModel *getRoomById(const QString &id) const { return roomlistmodel->getRoomById(id).data(); } + TimelineModel *getRoomById(const QString &id) const + { + return roomlistmodel->getRoomById(id).data(); + } void nextRoomWithActivity(); void nextRoom();