Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: salaheldinsoliman <[email protected]>
  • Loading branch information
salaheldinsoliman committed Jan 29, 2024
1 parent eb34f85 commit decc1d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 532 deletions.
5 changes: 2 additions & 3 deletions crates/browser/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ use futures::stream::TryStreamExt;
use tower_lsp::{LspService, Server};
use wasm_bindgen::{prelude::*, JsCast};
use wasm_bindgen_futures::stream::JsStream;
use solang::languageserver::{SolangServer, Files, FileCache, GlobalCache};
use std::
collections::{HashMap, HashSet};
use solang::languageserver::{SolangServer, Files, GlobalCache};
use std::collections::HashMap;
use tokio::sync::Mutex;

use solang::Target;
Expand Down
Loading

0 comments on commit decc1d3

Please sign in to comment.