Skip to content

Commit 8f107a3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9c57327 commit 8f107a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/Gui/QuantitySpinBox.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private Q_SLOTS:
8686
QCOMPARE(val2.getFormat().precision, 7);
8787
}
8888

89-
void test_DefaultUnitLost()// NOLINT
89+
void test_DefaultUnitLost() // NOLINT
9090
{
9191
// Arrange
9292
auto foundWindow = QTest::qWaitForWindowActive(mainWindow);

0 commit comments

Comments
 (0)