diff --git a/lib/fog/core/errors.rb b/lib/fog/core/errors.rb index 736687586..48d6ecd81 100644 --- a/lib/fog/core/errors.rb +++ b/lib/fog/core/errors.rb @@ -95,8 +95,8 @@ An alternate file may be used by placing its path in the FOG_RC environment vari ####################################################### YML - raise(Fog::Errors::LoadError.new(missing_credentials_message)) - end + raise(Fog::Errors::LoadError.new(missing_credentials_message)) + end end end