Fix Layout/EmptyLineAfterGuardClause

This commit is contained in:
Hugo Gameiro
2024-12-18 14:47:05 +00:00
committed by GitHub
parent bd769970fa
commit b23a68168a

View File

@@ -173,6 +173,7 @@ module Mastodon::CLI
path_segments = object.key.split('/')
progress.increment
next unless orphaned_file?(path_segments)
begin
object.destroy unless dry_run?
reclaimed_bytes += object.content_length