Skip to content

Commit

Permalink
Merge pull request #106 from yui-knk/needless_assignment
Browse files Browse the repository at this point in the history
Remove needless assignment
  • Loading branch information
yui-knk authored Oct 6, 2023
2 parents 6adc53d + ee67e94 commit abe3937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/lrama/output.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def user_actions
@context.states.rules.each do |rule|
next unless rule.code

rule = rule
code = rule.code
spaces = " " * (code.column - 1)

Expand Down

0 comments on commit abe3937

Please sign in to comment.