All: Reformat according to new standard

This commit is contained in:
pre-commit-ci[bot]
2025-11-11 13:49:01 +01:00
committed by Kacper Donat
parent eafd18dac0
commit 25c3ba7338
2390 changed files with 154630 additions and 115818 deletions

View File

@@ -29,7 +29,8 @@ protected:
_box->Width.setValue(2);
_box->Height.setValue(3);
_box->Placement.setValue(
Base::Placement(Base::Vector3d(), Base::Rotation(), Base::Vector3d())); // NOLINT
Base::Placement(Base::Vector3d(), Base::Rotation(), Base::Vector3d())
); // NOLINT
// _body->addObject(_box); // Invalid, Part::Features can't go in a PartDesign::Body,
// but we can bind them.
_binder = _doc->addObject<PartDesign::ShapeBinder>("ShapeBinderFoo");