File tree Expand file tree Collapse file tree
Apache.OpenWhisk.Runtime.Common
Apache.OpenWhisk.Runtime.Dotnet.Minimal
Apache.OpenWhisk.Runtime.Common
Apache.OpenWhisk.Runtime.Dotnet.Minimal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ await Console.Error.WriteLineAsync(
8282 try
8383 {
8484 JObject output ;
85-
85+
8686 if ( _awaitableMethod ) {
8787 output = ( JObject ) await ( dynamic ) _method . Invoke ( owObject , new object [ ] { valObject } ) ;
8888 }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public static void WriteLogMarkers()
3131 Console . WriteLine ( "XXX_THE_END_OF_A_WHISK_ACTIVATION_XXX" ) ;
3232 Console . Error . WriteLine ( "XXX_THE_END_OF_A_WHISK_ACTIVATION_XXX" ) ;
3333 }
34-
34+
3535 public void Configure ( IApplicationBuilder app )
3636 {
3737 PathString initPath = new PathString ( "/init" ) ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ static void Main(string[] args)
2929 {
3030 CreateWebHostBuilder ( args ) . Build ( ) . Run ( ) ;
3131 }
32-
32+
3333 public static IWebHostBuilder CreateWebHostBuilder ( string [ ] args ) =>
3434 WebHost . CreateDefaultBuilder ( args )
3535 . UseKestrel ( options =>
@@ -40,7 +40,7 @@ public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
4040 {
4141 logging . ClearProviders ( ) ;
4242 } )
43- . SuppressStatusMessages ( true )
43+ . SuppressStatusMessages ( true )
4444 . UseStartup < Startup > ( ) ;
4545
4646 }
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ await Console.Error.WriteLineAsync(
8282 try
8383 {
8484 JObject output ;
85-
85+
8686 if ( _awaitableMethod ) {
8787 output = ( JObject ) await ( dynamic ) _method . Invoke ( owObject , new object [ ] { valObject } ) ;
8888 }
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public static void WriteLogMarkers()
2828 Console . WriteLine ( "XXX_THE_END_OF_A_WHISK_ACTIVATION_XXX" ) ;
2929 Console . Error . WriteLine ( "XXX_THE_END_OF_A_WHISK_ACTIVATION_XXX" ) ;
3030 }
31-
31+
3232 public void Configure ( IApplicationBuilder app )
3333 {
3434 PathString initPath = new PathString ( "/init" ) ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ static void Main(string[] args)
2929 {
3030 CreateWebHostBuilder ( args ) . Build ( ) . Run ( ) ;
3131 }
32-
32+
3333 public static IWebHostBuilder CreateWebHostBuilder ( string [ ] args ) =>
3434 WebHost . CreateDefaultBuilder ( args )
3535 . UseKestrel ( options =>
@@ -40,7 +40,7 @@ public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
4040 {
4141 logging . ClearProviders ( ) ;
4242 } )
43- . SuppressStatusMessages ( true )
43+ . SuppressStatusMessages ( true )
4444 . UseStartup < Startup > ( ) ;
4545
4646 }
You can’t perform that action at this time.
0 commit comments