mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove unneeded trailing semi-colons from Ruby files
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user