[ruby/yarp] Remove trailing whitespace
https://github.com/ruby/yarp/commit/04de272383
This commit is contained in:
parent
76c77b5eca
commit
ede55edbd5
Notes:
git
2023-08-17 00:48:16 +00:00
@ -12944,7 +12944,7 @@ yp_parse_serialize(const char *source, size_t size, yp_buffer_t *buffer, const c
|
||||
yp_parser_init(&parser, source, size, NULL);
|
||||
if (eval) yp_populate_eval_scopes(&parser, parent_scopes);
|
||||
|
||||
yp_node_t *node = yp_parse(&parser, eval);
|
||||
yp_node_t *node = yp_parse(&parser, eval);
|
||||
yp_serialize(&parser, node, buffer);
|
||||
|
||||
yp_node_destroy(&parser, node);
|
||||
|
Loading…
x
Reference in New Issue
Block a user