Skip to content

Commit 0aa8c84

Browse files
committedSep 12, 2017
fixed indentation
1 parent 4beeb31 commit 0aa8c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/test_qgssymbollayerv2_readsld.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def testSymbolSizeUom(self):
151151
# create a layer
152152
layer = createLayerWithOnePoint()
153153

154-
# load a sld with marker size without uom attribute (pixels)
154+
# load a sld with marker size without uom attribute (pixels)
155155
sld = 'symbol_layer/QgsSvgMarkerSymbolLayerV2.sld'
156156
mFilePath = os.path.join(TEST_DATA_DIR, sld)
157157
layer.loadSldStyle(mFilePath)

0 commit comments

Comments
 (0)
Please sign in to comment.