Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
luipir committed Sep 12, 2017
1 parent 4beeb31 commit 0aa8c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgssymbollayerv2_readsld.py
Expand Up @@ -151,7 +151,7 @@ def testSymbolSizeUom(self):
# create a layer
layer = createLayerWithOnePoint()

# load a sld with marker size without uom attribute (pixels)
# load a sld with marker size without uom attribute (pixels)
sld = 'symbol_layer/QgsSvgMarkerSymbolLayerV2.sld'
mFilePath = os.path.join(TEST_DATA_DIR, sld)
layer.loadSldStyle(mFilePath)
Expand Down

0 comments on commit 0aa8c84

Please sign in to comment.