From 13aa386da9d8cb09708b8322dbed08ad6ebb4072 Mon Sep 17 00:00:00 2001 From: Sclafus Date: Mon, 1 Apr 2024 17:44:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=F0=9F=9F=A1=20utils:=20removed=20w?= =?UTF-8?q?hitespace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/utils/test_utils.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/utils/test_utils.cpp b/tests/utils/test_utils.cpp index dbedd21..d280485 100644 --- a/tests/utils/test_utils.cpp +++ b/tests/utils/test_utils.cpp @@ -120,7 +120,6 @@ QList UtilsTest::getTestData() { << QStringList{random1, random2}; QTest::newRow("combined | 2 randoms reversed") << "hello, world! " + random2 + " hello, world!" + random1 << QStringList{random2, random1}; - } [[maybe_unused]] void UtilsTest::testGetOsuBeatmapUrls() { @@ -148,4 +147,4 @@ QList UtilsTest::getTestData() { } QTEST_MAIN(UtilsTest) -#include "test_utils.moc" \ No newline at end of file +#include "test_utils.moc"