Skip to content

Commit

Permalink
Remove extra space.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Aug 6, 2023
1 parent ea4f1d7 commit 881020a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/audit/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def check(dir=Dir.pwd)

database = Database.new(options[:database])
scanner = begin
Scanner.new(dir,options[:gemfile_lock],database, options[:config])
Scanner.new(dir,options[:gemfile_lock],database,options[:config])
rescue Bundler::GemfileLockNotFound => exception
say exception.message, :red
exit 1
Expand Down

0 comments on commit 881020a

Please sign in to comment.