aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-08-15 09:02:15 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2023-08-15 09:02:15 +0200
commit1939e3e6ed3d2d2d4199d90154333cc8892eafeb (patch)
tree60e00c8389bb2d8e4be492531beb788a253d1b6a /tests
parent9546c771139bd5708ab4096ab15ffd39a15bed18 (diff)
downloadPrismLauncher-1939e3e6ed3d2d2d4199d90154333cc8892eafeb.tar.gz
PrismLauncher-1939e3e6ed3d2d2d4199d90154333cc8892eafeb.tar.bz2
PrismLauncher-1939e3e6ed3d2d2d4199d90154333cc8892eafeb.zip
chore: reformat
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/FileSystem_test.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/FileSystem_test.cpp b/tests/FileSystem_test.cpp
index 1d3cee85..e1941042 100644
--- a/tests/FileSystem_test.cpp
+++ b/tests/FileSystem_test.cpp
@@ -353,7 +353,10 @@ class FileSystemTest : public QObject {
}
}
- void test_getDesktop() { QCOMPARE(FS::getDesktopDir(), QStandardPaths::writableLocation(QStandardPaths::DesktopLocation)); }
+ void test_getDesktop()
+ {
+ QCOMPARE(FS::getDesktopDir(), QStandardPaths::writableLocation(QStandardPaths::DesktopLocation));
+ }
void test_link()
{