Skip to content
Snippets Groups Projects
Commit 990ee4f3 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

cmd/info: fix Rubocop warnings.

parent d9b8d0f6
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ module Homebrew
end
else
ARGV.named.each_with_index do |f, i|
puts unless i == 0
puts unless i.zero?
begin
if f.include?("/") || File.exist?(f)
info_formula Formulary.factory(f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment