Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed May 10, 2023
1 parent b11fe92 commit 7d8e417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lrama/lexer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def initialize(text)
@grammar_rules = []
@epilogue = []

#
#
@bison_declarations_tokens = []
@grammar_rules_tokens = []

Expand Down
2 changes: 1 addition & 1 deletion lib/lrama/states.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def set_items_to_state(items, next_state)
@items_to_state[items] = next_state
end

#
#
def set_look_ahead(rule, look_ahead)
reduce = reduces.find do |r|
r.rule == rule
Expand Down

0 comments on commit 7d8e417

Please sign in to comment.