1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Fix indent

This commit removes below interpreter warning.

* warning: mismatched indentations at 'end' with 'case'
This commit is contained in:
Kenichi Kamiya 2013-04-03 00:40:58 +09:00
parent 7ca1f63dd9
commit 2f8460f1b7

View file

@ -44,7 +44,7 @@ module RestClient
has_file_array?(v)
else
v.respond_to?(:path) && v.respond_to?(:read)
end
end
end
end