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/Utils.cpp | |
parent | Update src/timeline/InputBar.cpp (diff) | |
download | nheko-4b45c61024342834c4f91433ce7b17e73d60d33b.tar.xz |
run formatter
Diffstat (limited to 'src/Utils.cpp')
-rw-r--r-- | src/Utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils.cpp b/src/Utils.cpp index 60b11e55..32d435f0 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -17,8 +17,8 @@ #include <QTextDocument> #include <QXmlStreamReader> -#include <cmath> #include <QTextBoundaryFinder> +#include <cmath> #include <variant> #include <cmark.h> |