diff options
author | Kevin Newton <[email protected]> | 2023-11-22 10:11:24 -0500 |
---|---|---|
committer | git <[email protected]> | 2023-11-23 14:39:30 +0000 |
commit | 285a41d79356a49051d5c7370cf2714a76e6397d (patch) | |
tree | 463bc5a715331762ee71343f9daac476e1a67a65 | |
parent | 7b20dd9f91b4941e4f161dfd2d8b68b33a347a4c (diff) |
[ruby/prism] Remove blank line
https://github.com/ruby/prism/commit/6e5258938a
-rw-r--r-- | prism/prism.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prism/prism.c b/prism/prism.c index ba93bbce14..7aee11c93c 100644 --- a/prism/prism.c +++ b/prism/prism.c @@ -4151,7 +4151,6 @@ pm_local_variable_target_node_create_depth(pm_parser_t *parser, const pm_token_t ); } - /** * Allocate and initialize a new MatchPredicateNode node. */ |