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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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