Skip to content

Commit

Permalink
Identation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 5, 2017
1 parent 7458dbf commit 0062513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_qgslayoutgridsettings.py
Expand Up @@ -72,5 +72,6 @@ def testReadWriteXml(self):
self.assertEqual(s2.offset().y(), 7.0)
self.assertEqual(s2.offset().units(), QgsUnitTypes.LayoutPixels)


if __name__ == '__main__':
unittest.main()
1 change: 1 addition & 0 deletions tests/src/python/test_qgslayoutpagecollection.py
Expand Up @@ -502,5 +502,6 @@ def testReadWriteXml(self):
self.assertEqual(collection2.pageStyleSymbol().symbolLayer(0).color().name(), '#00ff00')
self.assertEqual(collection2.pageStyleSymbol().symbolLayer(0).strokeColor().name(), '#ff0000')


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

0 comments on commit 0062513

Please sign in to comment.