Skip to content

Commit

Permalink
Auto corrected by following Format Ruby Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Awesome Code committed Jan 11, 2024
1 parent 2b3923a commit 74b7c7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/synvert/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ def run_option_parser(args)
opts.on '--tab-width TAB_WIDTH', 'prefer tab width, it uses 2 by default' do |tab_width|
Core::Configuration.tab_width = tab_width.to_i
end
opts.on '--loose', 'loose mode, it ignores ruby version and gem version check, it uses strict mode by default' do |_loose|
opts.on '--loose',
'loose mode, it ignores ruby version and gem version check, it uses strict mode by default' do |_loose|
Core::Configuration.strict = false
end
opts.on '-v', '--version', 'show this version' do
Expand Down

0 comments on commit 74b7c7c

Please sign in to comment.