Skip to content

Commit 1af5378

Browse files
committed
main: drop the useless "Run!" comments from prog.cs
1 parent 93ffec6 commit 1af5378

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/shared/Atlassian.Bitbucket.UI/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ private static void AppMain(object o)
5252
app.RegisterCommand(new CredentialsCommand(context));
5353
app.RegisterCommand(new OAuthCommand(context));
5454

55-
// Run!
5655
int exitCode = app.RunAsync(args)
5756
.ConfigureAwait(false)
5857
.GetAwaiter()

src/shared/Git-Credential-Manager/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public static void Main(string[] args)
3939
app.RegisterProvider(new GitHubHostProvider(context), HostProviderPriority.Normal);
4040
app.RegisterProvider(new GenericHostProvider(context), HostProviderPriority.Low);
4141

42-
// Run!
4342
int exitCode = app.RunAsync(args)
4443
.ConfigureAwait(false)
4544
.GetAwaiter()

src/shared/GitHub.UI/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ private static void AppMain(object o)
5151
app.RegisterCommand(new CredentialsCommand(context));
5252
app.RegisterCommand(new TwoFactorCommand(context));
5353

54-
// Run!
5554
int exitCode = app.RunAsync(args)
5655
.ConfigureAwait(false)
5756
.GetAwaiter()

0 commit comments

Comments
 (0)