mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-22 23:20:44 +01:00
Fix Layout/EmptyLineAfterGuardClause
This commit is contained in:
parent
bd769970fa
commit
b23a68168a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue