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:
parent
6e2da0a3af
commit
5c78720d2f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue