summary refs log tree commit diff
path: root/src/timeline/InputBar.cpp
diff options
context:
space:
mode:
authorLordMZTE <lord@mzte.de>2021-03-28 17:37:36 +0200
committerLordMZTE <lord@mzte.de>2021-03-28 17:37:36 +0200
commit4b45c61024342834c4f91433ce7b17e73d60d33b (patch)
treeb50e4d70c79663f3e5033b211aaf70ee880488a0 /src/timeline/InputBar.cpp
parentUpdate src/timeline/InputBar.cpp (diff)
downloadnheko-4b45c61024342834c4f91433ce7b17e73d60d33b.tar.xz
run formatter
Diffstat (limited to 'src/timeline/InputBar.cpp')
-rw-r--r--src/timeline/InputBar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp
index a2c26b13..4a27b4bc 100644
--- a/src/timeline/InputBar.cpp
+++ b/src/timeline/InputBar.cpp
@@ -13,9 +13,9 @@
 #include <QStandardPaths>
 #include <QUrl>
 
+#include <QRegularExpression>
 #include <mtx/responses/common.hpp>
 #include <mtx/responses/media.hpp>
-#include <QRegularExpression>
 
 #include "Cache.h"
 #include "ChatPage.h"