formatting
This commit is contained in:
parent
fc8dd8433c
commit
4f1a59ebf5
1 changed files with 1 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue