[education/labplot] tests/backend/core: format fix.
Alexander Semke <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 898a023dffe2413b783a14bb127d22ea879fe721 by Alexander Semke.
Committed on 10/08/2026 at 20:58.
Pushed by asemke into branch 'master'.
format fix.
M +2 -1 tests/backend/core/AbstractAspectTest.cpp
https://invent.kde.org/education/labplot/-/commit/898a023dffe2413b783a14bb127d22ea879fe721
diff --git a/tests/backend/core/AbstractAspectTest.cpp b/tests/backend/core/AbstractAspectTest.cpp
index 59ce7e7351..8860bc1d44 100644
--- a/tests/backend/core/AbstractAspectTest.cpp
+++ b/tests/backend/core/AbstractAspectTest.cpp
@@ -983,7 +983,8 @@ void AbstractAspectTest::loadExampleProjects() {
for (const auto& fi : files) {
// skip project that require python or Maxima runtimes that are not available in the CI environment
- if (fi.fileName() == QLatin1String("Seasonal Decomposition with STL and MSTL.lml") || fi.fileName() == QLatin1String("Maxima Tutorial for Beginners.lml"))
+ if (fi.fileName() == QLatin1String("Seasonal Decomposition with STL and MSTL.lml")
+ || fi.fileName() == QLatin1String("Maxima Tutorial for Beginners.lml"))
continue;
Project project;