Skip to content

Commit

Permalink
Fix rubocop offences
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed May 28, 2024
1 parent dd2fded commit 311d2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uploadcare/client/multipart_upload_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def upload_complete(uuid)
private

def form_data_for(file)
form_data_file = super(file)
form_data_file = super
{
filename: form_data_file.filename,
size: form_data_file.size,
Expand Down

0 comments on commit 311d2cf

Please sign in to comment.