Skip to content

Commit

Permalink
Suppress end of file empty line warning
Browse files Browse the repository at this point in the history
  • Loading branch information
frankong committed Nov 5, 2019
1 parent ef733ae commit fa07d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigpy/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,4 +516,4 @@ def _xpay(y, a, x):
"""
y = x + (T) a * y;
""",
name='axpy')
name='axpy')

0 comments on commit fa07d33

Please sign in to comment.