Fix indentation warning

This commit is contained in:
James Herdman 2012-05-14 13:55:50 -04:00
parent bd948fee3e
commit fa31f91912
1 changed files with 2 additions and 2 deletions

View File

@ -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