diff options
author | LordMZTE <lord@mzte.de> | 2021-03-28 17:37:36 +0200 |
---|---|---|
committer | LordMZTE <lord@mzte.de> | 2021-03-28 17:37:36 +0200 |
commit | 4b45c61024342834c4f91433ce7b17e73d60d33b (patch) | |
tree | b50e4d70c79663f3e5033b211aaf70ee880488a0 /src/timeline/InputBar.cpp | |
parent | Update src/timeline/InputBar.cpp (diff) | |
download | nheko-4b45c61024342834c4f91433ce7b17e73d60d33b.tar.xz |
run formatter
Diffstat (limited to 'src/timeline/InputBar.cpp')
-rw-r--r-- | src/timeline/InputBar.cpp | 2 |
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" |