Fixed C# syntax

This commit is contained in:
Thorsten Sommer 2026-01-14 09:03:45 +01:00
parent d9bec27763
commit e92b7be5df
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -87,7 +87,7 @@ internal sealed class Program
} }
var qdrantInfo = await rust.GetQdrantInfo(); var qdrantInfo = await rust.GetQdrantInfo();
if (qdrantInfo.Path == String.Empty) if (qdrantInfo.Path == string.Empty)
{ {
Console.WriteLine("Error: Failed to get the Qdrant path from Rust."); Console.WriteLine("Error: Failed to get the Qdrant path from Rust.");
return; return;