Skip to content

Commit da86c64

Browse files
committed
Problem: rubocop complains
Solution: adhere to its guidance
1 parent 9f03798 commit da86c64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exe/pgpm

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ module Pgpm
141141
t =~ query_regexp
142142
end
143143
next unless found
144+
144145
output = case format
145146
when "json" then Oj.dump({
146147
name: p.package_name,

0 commit comments

Comments
 (0)