Skip to content

Commit efe378d

Browse files
signedav3nids
authored andcommittedJan 22, 2018
fixed indentation in python
fixed indentation in python unittest
1 parent 2dba9fc commit efe378d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/test_qgseditwidgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def test_ValueMap_set_get(self):
119119
reg = QgsGui.editorWidgetRegistry()
120120
configWdg = reg.createConfigWidget('ValueMap', layer, 0, None)
121121

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

124124
# Set a configuration containing values and NULL and check if it
125125
# is returned intact.

0 commit comments

Comments
 (0)
Please sign in to comment.