Skip to content

Commit 143df80

Browse files
committed
Changed something
1 parent 0ffb00a commit 143df80

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

sources/GitHubSecretsApp/Program.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ public class Program
1313
{
1414
public static void Main(string[] args)
1515
{
16-
CreateHostBuilder(args).Build().Run();
16+
//I Like this format better
17+
CreateHostBuilder(args)
18+
.Build()
19+
.Run();
1720
}
1821

1922
public static IHostBuilder CreateHostBuilder(string[] args) =>

0 commit comments

Comments
 (0)