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 472a550 commit b582290
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -172,7 +172,7 @@ def toggleNewGroup(self, toggled):
def populateFields(self):
if self.layer is None:
return

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

0 comments on commit b582290

Please sign in to comment.