Skip to content

Commit

Permalink
Fix indentation, followup 8ab69e9
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 12, 2015
1 parent 8ab69e9 commit d8d9ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_syntactic_sugar.py
Expand Up @@ -75,8 +75,8 @@ def testEdit(self):

# Check that we get a QgsEditError exception when the commit fails
with self.assertRaises(QgsEditError):
with edit(ml) as l:
l.rollBack()
with edit(ml) as l:
l.rollBack()

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

0 comments on commit d8d9ba1

Please sign in to comment.