Formatting

This commit is contained in:
Thorsten Sommer 2026-03-14 11:23:24 +01:00
parent 8045bfd1f8
commit 4b4620d76b
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -78,8 +78,8 @@ pub fn start_qdrant_server(path_resolver: PathResolver){
error!(Source="Qdrant"; "The required directory to host the Qdrant database could not be created: {}", e);
};
}
let (cert_path, key_path) =create_temp_tls_files(&path).unwrap();
let (cert_path, key_path) = create_temp_tls_files(&path).unwrap();
let storage_path = path.join("storage").to_str().unwrap().to_string();
let snapshot_path = path.join("snapshots").to_str().unwrap().to_string();
let init_path = path.join(".qdrant-initalized").to_str().unwrap().to_string();