Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cdonovick committed Jun 18, 2019
1 parent 7a5c182 commit 0de6867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hwtypes/fp_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def __init_subclass__(cls, **kwargs):


def __repr__(self):
return f'{type(self)}({self._value})'
return f'{type(self)}({self._value})'

@set_context
def fp_abs(self) -> 'FPVector':
Expand Down

0 comments on commit 0de6867

Please sign in to comment.