Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 6, 2020
1 parent de59f53 commit 4390d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgslayoutnortharrowhandler.py
Expand Up @@ -147,7 +147,7 @@ def testTrueNorth(self):
map.setMapRotation(45)
self.assertAlmostEqual(handler.arrowRotation(), -38.18 + 45, 1)
self.assertEqual(len(spy), 3)
self.assertAlmostEqual(spy[-1][0], -38.18+45, 1)
self.assertAlmostEqual(spy[-1][0], -38.18 + 45, 1)

# add an offset
handler.setNorthOffset(-10)
Expand Down

0 comments on commit 4390d64

Please sign in to comment.