Skip to content

Commit

Permalink
🧪🟡 utils: removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Sclafus committed Apr 1, 2024
1 parent 0ba1b2a commit 13aa386
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/utils/test_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ QList<TestData> 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() {
Expand Down Expand Up @@ -148,4 +147,4 @@ QList<TestData> UtilsTest::getTestData() {
}

QTEST_MAIN(UtilsTest)
#include "test_utils.moc"
#include "test_utils.moc"

0 comments on commit 13aa386

Please sign in to comment.