1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Removed Extra Space fir proper alignment

This commit is contained in:
Chanakya Devraj 2016-07-25 06:53:09 +00:00
parent 6e2da0a3af
commit 5c78720d2f

View file

@ -72,7 +72,7 @@ module Fog
'BackupRetentionPeriod' => backup_retention_period,
'DBClusterIdentifier' => identity,
'DBClusterParameterGroup' => db_cluster_parameter_group,
'DBSubnetGroupName' => db_subnet_group,
'DBSubnetGroupName' => db_subnet_group,
'Endpoint' => endpoint,
'Engine' => engine,
'EngineVersion' => engine_version,