Skip to content

Commit

Permalink
fix stray whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Nov 18, 2024
1 parent 2044e94 commit 85fec8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/semantics/types/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def _ctor_call_return(self, node: vy_ast.Call) -> None:
msg = "Instantiating events with positional arguments is"
msg += " deprecated as of v0.4.1 and will be disallowed"
msg += " in a future release. Use kwargs instead e.g.:"
msg += f"\n ```\n{recommendation}\n```"
msg += f"\n```\n{recommendation}\n```"

vyper_warn(msg, node)

Expand Down

0 comments on commit 85fec8e

Please sign in to comment.