Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 8, 2021
1 parent b7e0cd7 commit 0b1c844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsactionmanager.py
Expand Up @@ -38,7 +38,7 @@ class TestQgsActionManager(unittest.TestCase):
@classmethod
def setUpClass(cls):
cls.layer = QgsVectorLayer("Point?field=fldtxt:string&field=fldint:integer&field=flddate:datetime",
"test_layer", "memory")
"test_layer", "memory")
cls.manager = QgsActionManager(cls.layer)

# make a little script to aid in recording action outputs
Expand Down

0 comments on commit 0b1c844

Please sign in to comment.