From 048aec830b4dceb33cf7520f868acbb0285fcb2c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 11:55:27 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/src/Mod/Part/App/FeaturePartCommon.cpp | 2 +- tests/src/Mod/Part/App/FeaturePartCut.cpp | 2 +- tests/src/Mod/Part/App/FeaturePartFuse.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/src/Mod/Part/App/FeaturePartCommon.cpp b/tests/src/Mod/Part/App/FeaturePartCommon.cpp index d8098d03ed..ef460523ff 100644 --- a/tests/src/Mod/Part/App/FeaturePartCommon.cpp +++ b/tests/src/Mod/Part/App/FeaturePartCommon.cpp @@ -112,7 +112,7 @@ TEST_F(FeaturePartCommonTest, testBarelyIntersecting) _common->execute(); Part::TopoShape ts = _common->Shape.getValue(); double volume = PartTestHelpers::getVolume(ts.getShape()); - double target = PartTestHelpers::minimalDistance * 3; // 3 dimensions in a Volume + double target = PartTestHelpers::minimalDistance * 3; // 3 dimensions in a Volume Base::BoundBox3d bb = ts.getBoundBox(); // Assert diff --git a/tests/src/Mod/Part/App/FeaturePartCut.cpp b/tests/src/Mod/Part/App/FeaturePartCut.cpp index 48d273bbfe..3b12aede87 100644 --- a/tests/src/Mod/Part/App/FeaturePartCut.cpp +++ b/tests/src/Mod/Part/App/FeaturePartCut.cpp @@ -129,7 +129,7 @@ TEST_F(FeaturePartCutTest, testBarelyIntersecting) _cut->execute(); Part::TopoShape ts = _cut->Shape.getValue(); double volume = PartTestHelpers::getVolume(ts.getShape()); - double target = 6 - PartTestHelpers::minimalDistance * 3; // 3 dimensions in a Volume + double target = 6 - PartTestHelpers::minimalDistance * 3; // 3 dimensions in a Volume Base::BoundBox3d bb = ts.getBoundBox(); // Assert diff --git a/tests/src/Mod/Part/App/FeaturePartFuse.cpp b/tests/src/Mod/Part/App/FeaturePartFuse.cpp index 432dc9f58a..b8df7c61c9 100644 --- a/tests/src/Mod/Part/App/FeaturePartFuse.cpp +++ b/tests/src/Mod/Part/App/FeaturePartFuse.cpp @@ -130,7 +130,7 @@ TEST_F(FeaturePartFuseTest, testBarelyIntersecting) _fuse->execute(); Part::TopoShape ts = _fuse->Shape.getValue(); double volume = PartTestHelpers::getVolume(ts.getShape()); - double target = 12 - PartTestHelpers::minimalDistance * 3; // 3 dimensions in a Volume + double target = 12 - PartTestHelpers::minimalDistance * 3; // 3 dimensions in a Volume Base::BoundBox3d bb = ts.getBoundBox(); // Assert