[education/labplot] tests/backend/core: format fix.
Alexander Semke <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 2d5da4da4cc9ff66ea5a760ad40160ca89f9afeb by Alexander Semke.
Committed on 10/08/2026 at 21:09.
Pushed by asemke into branch 'master'.
format fix.
M +2 -2 tests/backend/core/AbstractAspectTest.cpp
https://invent.kde.org/education/labplot/-/commit/2d5da4da4cc9ff66ea5a760ad40160ca89f9afeb
diff --git a/tests/backend/core/AbstractAspectTest.cpp b/tests/backend/core/AbstractAspectTest.cpp
index 8860bc1d44..13a9ebb270 100644
--- a/tests/backend/core/AbstractAspectTest.cpp
+++ b/tests/backend/core/AbstractAspectTest.cpp
@@ -966,9 +966,9 @@ void AbstractAspectTest::reparentPreservesOrder() {
}
/*!
-* \brief AbstractAspectTest::loadExampleProjects
+ * \brief AbstractAspectTest::loadExampleProjects
* Load all example projects in the examples directory and verify that they can be loaded without errors.
-*/
+ */
void AbstractAspectTest::loadExampleProjects() {
const QDir examplesDir(QStringLiteral(LABPLOT_DATA_DIR "/examples"));
QVERIFY2(examplesDir.exists(), "examples directory not found");