aboutsummaryrefslogtreecommitdiffstats
path: root/lib/racc/iset.rb
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-19 18:19:20 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-19 18:19:20 +0900
commitb93508b32c8f11bd468a885745338eab259bd2cd (patch)
tree2d35cbe8302edb3b9cfb4eb5dc32cf21ff69d575 /lib/racc/iset.rb
parent754df262100cc5febda728111e134e0098bb05ac (diff)
downloadruby-b93508b32c8f11bd468a885745338eab259bd2cd.tar.gz
* remove trailing spaces, append newline at EOF.
Diffstat (limited to 'lib/racc/iset.rb')
-rw-r--r--lib/racc/iset.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/racc/iset.rb b/lib/racc/iset.rb
index a79e709f9c..1e5fcf5d43 100644
--- a/lib/racc/iset.rb
+++ b/lib/racc/iset.rb
@@ -85,7 +85,7 @@ module Racc
def dup
ISet.new(@set.dup)
end
-
+
end # class ISet
end # module Racc