diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-23 13:46:23 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-23 13:46:23 +0200 |
commit | 85c23b26de7d8161729abfa3bc94915645192087 (patch) | |
tree | 6dad5b28768122e80d24645a0c8e3148e5c30c7d /tests/FileSystem_test.cpp | |
parent | 095de5ed4ba373a44211ae3eb616139c69a0151a (diff) | |
download | PrismLauncher-85c23b26de7d8161729abfa3bc94915645192087.tar.gz PrismLauncher-85c23b26de7d8161729abfa3bc94915645192087.tar.bz2 PrismLauncher-85c23b26de7d8161729abfa3bc94915645192087.zip |
chore: reformat
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'tests/FileSystem_test.cpp')
-rw-r--r-- | tests/FileSystem_test.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/FileSystem_test.cpp b/tests/FileSystem_test.cpp index e1941042..1d3cee85 100644 --- a/tests/FileSystem_test.cpp +++ b/tests/FileSystem_test.cpp @@ -353,10 +353,7 @@ 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() { |