From ba3e30cf93020936462b7316c8e14eadd03dd45b Mon Sep 17 00:00:00 2001 From: Hugo Gameiro Date: Wed, 18 Dec 2024 11:43:14 +0000 Subject: [PATCH] Clean trailing whitespace --- lib/mastodon/cli/media.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mastodon/cli/media.rb b/lib/mastodon/cli/media.rb index 1cf412e9812..bdc7d162ca2 100644 --- a/lib/mastodon/cli/media.rb +++ b/lib/mastodon/cli/media.rb @@ -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