From 4f1a59ebf56ecc70992a46faaf2a5e1f66fbf36f Mon Sep 17 00:00:00 2001 From: KCaverly Date: Tue, 19 Sep 2023 12:27:33 -0400 Subject: [PATCH] formatting --- crates/semantic_index/src/semantic_index.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/crates/semantic_index/src/semantic_index.rs b/crates/semantic_index/src/semantic_index.rs index e06bfce48b6145a449e3638a20a026ae0b386b8c..bf15eae9743d4c6a9379993a1155ed451fc0274e 100644 --- a/crates/semantic_index/src/semantic_index.rs +++ b/crates/semantic_index/src/semantic_index.rs @@ -31,12 +31,7 @@ use std::{ sync::{Arc, Weak}, time::{Duration, Instant, SystemTime}, }; -use util::{ - channel::{RELEASE_CHANNEL_NAME}, - http::HttpClient, - paths::EMBEDDINGS_DIR, - ResultExt, -}; +use util::{channel::RELEASE_CHANNEL_NAME, http::HttpClient, paths::EMBEDDINGS_DIR, ResultExt}; use workspace::WorkspaceCreated; const SEMANTIC_INDEX_VERSION: usize = 11;