From f0de897fa9eba24fc4ba8502981a3dd381670b4f Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 25 Feb 2026 17:40:13 +0100 Subject: [PATCH] Formatting --- runtime/src/dotnet.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/src/dotnet.rs b/runtime/src/dotnet.rs index 6b780a2f..11cc3db5 100644 --- a/runtime/src/dotnet.rs +++ b/runtime/src/dotnet.rs @@ -170,7 +170,6 @@ pub fn start_dotnet_server() { } } }); - } /// This endpoint is called by the .NET server to signal that the server is ready.