Skip to content

Commit d8d9ba1

Browse files
committedAug 12, 2015
Fix indentation, followup 8ab69e9
1 parent 8ab69e9 commit d8d9ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tests/src/python/test_syntactic_sugar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ def testEdit(self):
7575

7676
# Check that we get a QgsEditError exception when the commit fails
7777
with self.assertRaises(QgsEditError):
78-
with edit(ml) as l:
79-
l.rollBack()
78+
with edit(ml) as l:
79+
l.rollBack()
8080

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

0 commit comments

Comments
 (0)
Please sign in to comment.