From 851333a50da846cc458356d763d524750b432ccb Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 25 Sep 2022 20:05:08 +0200 Subject: Switch to clang-format14 --- src/ui/UIA.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui/UIA.h') diff --git a/src/ui/UIA.h b/src/ui/UIA.h index c7c88675..9c10dade 100644 --- a/src/ui/UIA.h +++ b/src/ui/UIA.h @@ -20,7 +20,8 @@ public: UIA(QObject *parent = nullptr) : QObject(parent) - {} + { + } mtx::http::UIAHandler genericHandler(QString context); -- cgit 1.5.1