Skip to content

Commit f95e9ff

Browse files
committed
fix whitespace
1 parent 594f680 commit f95e9ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mrblib/mruby-cli/options.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def option(long_opt)
3131

3232
return nil unless option
3333
if retn = @parsed_opts[option.long]
34-
if option.value
34+
if option.value
3535
return retn unless retn.empty?
3636
else
3737
return retn

0 commit comments

Comments
 (0)