[ruby/racc] Add a newline at EOF [ci skip]

https://github.com/ruby/racc/commit/8f1dab6759
This commit is contained in:
Nobuyoshi Nakada 2023-05-24 14:26:56 +09:00
parent a692122fcd
commit 1ea9bb8496
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
2 changed files with 2 additions and 2 deletions

View File

@ -32,4 +32,4 @@ end
---- footer
InfiniteLoop.new.parse
InfiniteLoop.new.parse

View File

@ -310,4 +310,4 @@ rule
args << [ :kwarg, retag([ k, v ]), k, v ]
end
}
end
end