aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/packwiz/Packwiz_test.cpp
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-04-19 20:19:51 -0300
committerflow <flowlnlnln@gmail.com>2022-05-23 14:42:28 -0300
commitba50765c306d2907e411bc0ed9a10d990cf42fd3 (patch)
tree035ff639e9e48652e46bebffa6945ceb35ba1f11 /launcher/modplatform/packwiz/Packwiz_test.cpp
parentd7f6b3699074b268fd554bd1eb9da68f1e533355 (diff)
downloadPrismLauncher-ba50765c306d2907e411bc0ed9a10d990cf42fd3.tar.gz
PrismLauncher-ba50765c306d2907e411bc0ed9a10d990cf42fd3.tar.bz2
PrismLauncher-ba50765c306d2907e411bc0ed9a10d990cf42fd3.zip
tidy: apply clang-tidy to some files
Mostly the ones created in this PR + Mod.h / Mod.cpp / ModDetails.h
Diffstat (limited to 'launcher/modplatform/packwiz/Packwiz_test.cpp')
-rw-r--r--launcher/modplatform/packwiz/Packwiz_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/packwiz/Packwiz_test.cpp b/launcher/modplatform/packwiz/Packwiz_test.cpp
index 2e61c167..08de332d 100644
--- a/launcher/modplatform/packwiz/Packwiz_test.cpp
+++ b/launcher/modplatform/packwiz/Packwiz_test.cpp
@@ -1,8 +1,8 @@
#include <QTemporaryDir>
#include <QTest>
-#include "TestUtil.h"
#include "Packwiz.h"
+#include "TestUtil.h"
class PackwizTest : public QObject {
Q_OBJECT