From 53148b05ca044b7dd1caca11682e4f8bbe3a0019 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Tue, 2 Sep 2014 10:23:25 +0900 Subject: [PATCH] warning: mismatched indentations at 'end' with 'def' --- lib/fog/aws/redshift.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws/redshift.rb b/lib/fog/aws/redshift.rb index 0cf9ee46a..7a92247f3 100644 --- a/lib/fog/aws/redshift.rb +++ b/lib/fog/aws/redshift.rb @@ -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)