lib/gl/cli/registry.rb in gl-0.3.1 vs lib/gl/cli/registry.rb in gl-0.4.0
- old
+ new
@@ -41,10 +41,9 @@
tag.created_at,
"#{(tag.total_size / 1024.0 / 1024.0).round(2)} MB"]
rescue Gitlab::Error::NotFound
next
end
-
end
end
puts table.render(:ascii, alignments: %i[left right], padding: [0, 1])
end