Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannQDQ committed Jan 14, 2023
1 parent 373a1ac commit 872d88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsvectorlayereditutils.py
Expand Up @@ -330,7 +330,7 @@ def testSplitParts(self):
layer.getFeature(3).geometry().asWkt(),
'MultiPolygon (((2 12, 2 16, 4 16, 4 12, 2 12)),((2 16, 2 12, 0 12, 0 16, 2 16)),((6 12, 10 12, 10 16, 6 16, 6 12)))'
)


if __name__ == '__main__':
unittest.main()

0 comments on commit 872d88c

Please sign in to comment.