All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user