Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Indentation
  • Loading branch information
nyalldawson committed Jan 11, 2019
1 parent fc5c065 commit 2623e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgspropertyoverridebutton.py
Expand Up @@ -25,7 +25,6 @@
from qgis.testing import start_app, unittest
from qgis.PyQt.QtGui import QColor


start_app()


Expand Down Expand Up @@ -115,5 +114,6 @@ def testLinkedColorButton(self):
button.setActive(False)
self.assertTrue(cb.isEnabled())


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

0 comments on commit 2623e60

Please sign in to comment.