Skip to content

Commit

Permalink
flake8: Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kannes authored and nyalldawson committed Oct 4, 2023
1 parent 3154e99 commit 0bef833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_qgslayoutmapitemclippingsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def testSaveRestore(self):
def testClippedMapExtent(self):
# - we position a map and a triangle in a layout at specific layout/scene coordinates
# - the map is zoomed to a specific extent, defined in map/crs coordinates
# - we use the triangle to clip the map in the layout
# - we use the triangle to clip the map in the layout
# and test if the triangle is converted to the correct clipped extent in map/crs coordinates
p = QgsProject()
l = QgsPrintLayout(p)
Expand All @@ -172,7 +172,7 @@ def testClippedMapExtent(self):
def testToMapClippingRegion(self):
# - we position a map and a triangle in a layout at specific layout/scene coordinates
# - the map is zoomed to a specific extent, defined in map/crs coordinates
# - we use the triangle to clip the map in the layout
# - we use the triangle to clip the map in the layout
# and test if the triangle is converted to the correct clipping shape in map/crs coordinates
p = QgsProject()
l = QgsPrintLayout(p)
Expand Down

0 comments on commit 0bef833

Please sign in to comment.