Arch: lint bad indentation, superfluous formatting (#9310)

This commit is contained in:
luzpaz
2023-04-19 03:40:16 -04:00
committed by GitHub
parent c55cae44b9
commit fdca2d49f7
16 changed files with 84 additions and 89 deletions

View File

@@ -342,7 +342,7 @@ class AxisSystemTaskPanel:
if self.obj:
for o in FreeCADGui.Selection.getSelection():
if (not(o in self.obj.Axes)) and (o != self.obj):
if not(o in self.obj.Axes) and (o != self.obj):
g = self.obj.Axes
g.append(o)
self.obj.Axes = g