Fix bad indenting in last commit

Sorry, I'm a bit rusty !
This commit is contained in:
Gorgious
2022-10-09 22:05:56 +02:00
parent ccfbeab51e
commit 5d5ab3dafd
@@ -168,7 +168,7 @@ class AddConstrTypeInstance(bpy.types.Operator):
tool.Ifc.run("system.assign_port", element=element, port=new_port)
tool.Ifc.run("geometry.edit_object_placement", product=new_port, matrix=mat, is_si=True)
select_and_activate_single_object(context, obj)
select_and_activate_single_object(context, obj)
return {"FINISHED"}
@staticmethod