Skip to content

Commit

Permalink
Update lib/parser/builders/default.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Masataka Pocke Kuwabara <p.ck.t22@gmail.com>
  • Loading branch information
iliabylich and pocke committed Sep 25, 2021
1 parent 0affe79 commit bb36488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parser/builders/default.rb
Expand Up @@ -524,7 +524,7 @@ def pair_label(key_t)

ident = n(:ident, [ value(key_t).to_sym ], Source::Map::Variable.new(value_l))
value = accessible(ident)
result = pair_keyword(key_t, value)
pair_keyword(key_t, value)
end

def kwsplat(dstar_t, arg)
Expand Down

0 comments on commit bb36488

Please sign in to comment.