Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 7f456d8

Browse files
committed
BIM: Fixed whitespace
1 parent 1d6e60f commit 7f456d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mod/BIM/nativeifc/ifc_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
translate = FreeCAD.Qt.translate
2727

2828
# the property groups below should not be treated as psets
29-
NON_PSETS = ["Base", "IFC", "", "Geometry", "Dimension", "Linear/radial dimension",
29+
NON_PSETS = ["Base", "IFC", "", "Geometry", "Dimension", "Linear/radial dimension",
3030
"SectionPlane", "Axis", "PhysicalProperties"]
3131

3232
class ifc_object:

0 commit comments

Comments
 (0)