Skip to content

Commit

Permalink
minor whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Jul 4, 2017
1 parent 9b1b5e8 commit 8254a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectral_cube/lower_dimensional_structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def header(self):
log.debug('Adding NAXIS{0} at position {1}'.format(ind+1,
3+ind+1))
header.insert(3+ind+1, Card(keyword='NAXIS{0:1d}'.format(ind+1),
value=sh))
value=sh))
if self.wcs.naxis > self.ndim:
assert ind != 0
for ii in range(self.wcs.naxis - self.ndim):
Expand Down

0 comments on commit 8254a7e

Please sign in to comment.