Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jfonseca-aneo committed Jan 14, 2025
1 parent 619cc02 commit 585b499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/csharp/ArmoniK.Api.Worker/Utils/WorkerServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public static WebApplication Create<T>(Action<IServiceCollection, IConfiguration
case GrpcSocketType.Tcp:
var uri = new Uri(address);
options.ListenAnyIP(uri.Port,
listenOptions => listenOptions.Protocols = HttpProtocols.Http2);
listenOptions => listenOptions.Protocols = HttpProtocols.Http2);
break;
default:
throw new InvalidOperationException("Socket type unknown");
Expand Down

0 comments on commit 585b499

Please sign in to comment.