Skip to content

Commit 1a2cd42

Browse files
committed
Formatting fixes.
1 parent bef3dc8 commit 1a2cd42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dotnetv3/CloudFormation/Actions/HelloCloudFormation.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,14 @@ await _amazonCloudFormation.DescribeStackResourcesAsync(
8383
{
8484
Console.WriteLine(ex.Message);
8585
Console.WriteLine("If you are usnig SSO, be sure to install" +
86-
" the AWSSDK.SSO and AWSSDK.SSOOIDC packages.");
86+
" the AWSSDK.SSO and AWSSDK.SSOOIDC packages.");
8787
}
8888
else
8989
{
9090
Console.WriteLine(ex.Message);
9191
Console.WriteLine(ex.StackTrace);
9292
}
93+
9394
return false;
9495
}
9596
catch (ArgumentNullException ex)
@@ -104,6 +105,7 @@ await _amazonCloudFormation.DescribeStackResourcesAsync(
104105
Console.WriteLine(ex.Message);
105106
Console.WriteLine(ex.StackTrace);
106107
}
108+
107109
return false;
108110
}
109111
}

0 commit comments

Comments
 (0)