fix rubocop

pull/250/head
Pete Matsyburka 2 years ago
parent b791d0699c
commit 87345a3b3d

@ -59,7 +59,7 @@ module Templates
raise PdfEncrypted
end
def handle_file_types(_template, file, params)
def handle_file_types(_template, file, _params)
raise InvalidFileType, file.content_type
end
end

Loading…
Cancel
Save