Formatting

This commit is contained in:
Thorsten Sommer 2026-02-03 14:20:46 +01:00
parent 0c0ad3160a
commit 631092f2a9
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -91,6 +91,7 @@ internal sealed class Program
Console.WriteLine("Error: Failed to get the Qdrant path from Rust.");
return;
}
if (qdrantInfo.PortHttp == 0)
{
Console.WriteLine("Error: Failed to get the Qdrant HTTP port from Rust.");