Skip to content

Commit 530bf51

Browse files
committed
indentation fix
1 parent dc4f1a4 commit 530bf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/qgis/ui/FieldsCalculatorDialog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def toggleNewGroup(self, toggled):
171171
def populateFields(self):
172172
if self.layer is None:
173173
return
174-
174+
175175
self.mExistingFieldComboBox.clear()
176176
fields = self.layer.pendingFields()
177177
for f in fields:

0 commit comments

Comments
 (0)