Skip to content

Commit

Permalink
Removes trailing whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Conroy <[email protected]>
  • Loading branch information
aprsa and kecnry authored Nov 7, 2024
1 parent b87c88c commit d45c588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phoebe/atmospheres/passbands.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def add_comment(self, comment, max_length=46):
if len(comment) > max_length:
raise ValueError(f'comment length should not exceed {max_length} characters.')

self.comments.append(comment)
self.comments.append(comment)

def on_updated_ptf(self, ptf, wlunits=u.AA, oversampling=1, ptf_order=3):
"""
Expand Down

0 comments on commit d45c588

Please sign in to comment.