Skip to content

Commit

Permalink
go back to single line break
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 10, 2024
1 parent 4a44871 commit 186e0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def format_annotation(self, value):
return node_msg

def _add_hint(self, msg):
return msg + f"\n\n (hint: {self.hint})"
return msg + f"\n (hint: {self.hint})"

def __str__(self):
return self._add_hint(self._str_helper())
Expand Down

0 comments on commit 186e0f0

Please sign in to comment.