Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Oct 27, 2016
1 parent dc4f1a4 commit 530bf51
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -171,7 +171,7 @@ def toggleNewGroup(self, toggled):
def populateFields(self):
if self.layer is None:
return

self.mExistingFieldComboBox.clear()
fields = self.layer.pendingFields()
for f in fields:
Expand Down

0 comments on commit 530bf51

Please sign in to comment.