diff --git a/activestorage/lib/active_storage/attached/many.rb b/activestorage/lib/active_storage/attached/many.rb index 78ccf544c45b9ed8c687b51b84588db85fb9ee86..cc3e70ffe2a6f54190b0c39334aa1adfea033979 100644 --- a/activestorage/lib/active_storage/attached/many.rb +++ b/activestorage/lib/active_storage/attached/many.rb @@ -51,4 +51,3 @@ def purge_later end end end - diff --git a/activestorage/lib/active_storage/service/disk_service.rb b/activestorage/lib/active_storage/service/disk_service.rb index 4569e4d0dc249873b0d93ad109c73d80aff049b5..9498761cc5c3f9928b7f457ca5a265f7a2d67618 100644 --- a/activestorage/lib/active_storage/service/disk_service.rb +++ b/activestorage/lib/active_storage/service/disk_service.rb @@ -124,4 +124,3 @@ def ensure_integrity_of(key, checksum) end end end -