diff --git a/lib/restclient/payload.rb b/lib/restclient/payload.rb index 7ace780..518bdd4 100644 --- a/lib/restclient/payload.rb +++ b/lib/restclient/payload.rb @@ -44,7 +44,7 @@ module RestClient has_file_array?(v) else v.respond_to?(:path) && v.respond_to?(:read) - end + end end end