From 0ce7d02abed2f687a1a9795da8ab8e2ec96b0d65 Mon Sep 17 00:00:00 2001
From: Loren Burkholder <computersemiexpert@outlook.com>
Date: Thu, 22 Jul 2021 07:55:12 -0400
Subject: [PATCH] make lint

---
 resources/qml/MessageView.qml        | 1 +
 src/timeline/TimelineViewManager.cpp | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml
index d2c97d574..50cbd3711 100644
--- a/resources/qml/MessageView.qml
+++ b/resources/qml/MessageView.qml
@@ -493,6 +493,7 @@ ScrollView {
                 foreground: Nheko.colors.mid
                 z: 3
             }
+
         }
 
     }
diff --git a/src/timeline/TimelineViewManager.cpp b/src/timeline/TimelineViewManager.cpp
index da3ba2825..c08cfd534 100644
--- a/src/timeline/TimelineViewManager.cpp
+++ b/src/timeline/TimelineViewManager.cpp
@@ -379,7 +379,8 @@ TimelineViewManager::openInviteUsers(QString roomId)
         emit openInviteUsersDialog(model);
 }
 
-void TimelineViewManager::openGlobalUserProfile(QString userId)
+void
+TimelineViewManager::openGlobalUserProfile(QString userId)
 {
         UserProfile *profile = new UserProfile{QString{}, userId, this};
         emit openProfile(profile);
-- 
GitLab