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:
parent
7ca1f63dd9
commit
2f8460f1b7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module RestClient
|
|||
has_file_array?(v)
|
||||
else
|
||||
v.respond_to?(:path) && v.respond_to?(:read)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue