Clean trailing whitespace

This commit is contained in:
Hugo Gameiro 2024-12-18 11:43:14 +00:00 committed by GitHub
parent b9638a6b82
commit ba3e30cf93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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