Skip to content

Commit 9ffaf84

Browse files
committed
Whitespace fixes.
1 parent 255ab73 commit 9ffaf84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dotnetv4/Aurora/Scenarios/AuroraScenario.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ static async Task Main(string[] args)
127127
Console.WriteLine(sepBar);
128128
}
129129
catch (Exception ex)
130-
131130
{
132131
await CleanupResources(newInstance, newCluster, parameterGroup);
133132
logger.LogError(ex, "There was a problem executing the scenario.");
@@ -367,7 +366,6 @@ public static async Task<OrderableDBInstanceOption> ChooseDBInstanceClass(string
367366
Console.WriteLine($"Available DB instance classes for engine {engine} and version {engineVersion}:");
368367
int i = 1;
369368

370-
371369
foreach (var instance in allowedInstances)
372370
{
373371
Console.WriteLine(
@@ -418,7 +416,6 @@ public static async Task<OrderableDBInstanceOption> ChooseDBInstanceClass(string
418416
}
419417
else
420418
{
421-
422419
newInstance = await auroraWrapper.CreateDBInstanceInClusterAsync(
423420
clusterIdentifier,
424421
instanceIdentifier,

0 commit comments

Comments
 (0)