[skip ci] [Part] TopoShapePyImp: fix formatting mistake

- introduced with c29228d7
This commit is contained in:
Uwe
2022-11-22 03:26:20 +01:00
parent fd6c8382ee
commit 1621bd0deb
+2 -1
View File
@@ -2900,7 +2900,8 @@ Py::List TopoShapePy::getSubShapes(void) const
const TopoDS_Shape& shape = getTopoShapePtr()->getShape();
if (!shape.IsNull()) {
for (TopoDS_Iterator it(shape); it.More(); it.Next()) ret.append(shape2pyshape(it.Value()));
for (TopoDS_Iterator it(shape); it.More(); it.Next())
ret.append(shape2pyshape(it.Value()));
}
return ret;