Skip to content

Commit

Permalink
fixed indentation in python
Browse files Browse the repository at this point in the history
fixed indentation in python unittest
  • Loading branch information
signedav authored and 3nids committed Jan 22, 2018
1 parent 2dba9fc commit efe378d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgseditwidgets.py
Expand Up @@ -119,7 +119,7 @@ def test_ValueMap_set_get(self):
reg = QgsGui.editorWidgetRegistry()
configWdg = reg.createConfigWidget('ValueMap', layer, 0, None)

config = {'map': [ {'two': '2'}, {'twoandhalf': '2.5'}, {'NULL text': 'NULL'}, {'nothing': self.VALUEMAP_NULL_TEXT} ] }
config = {'map': [{'two': '2'}, {'twoandhalf': '2.5'}, {'NULL text': 'NULL'}, {'nothing': self.VALUEMAP_NULL_TEXT}]}

# Set a configuration containing values and NULL and check if it
# is returned intact.
Expand Down

0 comments on commit efe378d

Please sign in to comment.