warning: mismatched indentations at 'end' with 'def'

This commit is contained in:
Akira Matsuda 2014-09-02 10:23:25 +09:00
parent 4e6929c772
commit 53148b05ca
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ module Fog
@scheme = options[:scheme] || 'https'
@connection = Fog::XML::Connection.new("#{@scheme}://#{@host}:#{@port}#{@path}", @persistent, @connection_options)
end
end
private
def setup_credentials(options)