Remove unneeded trailing semi-colons from Ruby files

This commit is contained in:
John Bampton
2022-10-26 23:48:27 +10:00
parent 7eb6d626f5
commit 7870409cf1
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ module MRuby
@list_path ||= "#{@build.build_dir}/presym".freeze
end
def header_dir;
def header_dir
@header_dir ||= "#{@build.build_dir}/include/mruby/presym".freeze
end