Skip to content

Commit

Permalink
Fix indentation in Footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngoguey42 committed Aug 12, 2020
1 parent 5763708 commit 382a1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buzzard/_footprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -940,8 +940,8 @@ def rsizex(self):

@property
def rsizey(self):
"""Pixel quantity: pixel per column"""
return int(self._rsize[1])
"""Pixel quantity: pixel per column"""
return int(self._rsize[1])

@property
def rwidth(self):
Expand Down

0 comments on commit 382a1c5

Please sign in to comment.