Skip to content

Commit cf16a82

Browse files
committed
Fix indentation
1 parent 6bd37cc commit cf16a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/modeler/ModelerDialog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ def _addAlgorithm(self, alg, pos=None):
597597
from processing.modeler.ModelerGraphicItem import ModelerGraphicItem
598598
for i, out in enumerate(alg.modelOutputs()):
599599
alg.modelOutput(out).setPosition(alg.position() + QPointF(ModelerGraphicItem.BOX_WIDTH, (i + 1.5) *
600-
ModelerGraphicItem.BOX_HEIGHT))
600+
ModelerGraphicItem.BOX_HEIGHT))
601601
self.model.addChildAlgorithm(alg)
602602
self.repaintModel()
603603
self.hasChanged = True

0 commit comments

Comments
 (0)