Skip to content

Commit a7bc520

Browse files
committed
fmt
1 parent 8dd35c3 commit a7bc520

File tree

1 file changed

+1
-2
lines changed
  • crates/compilers/src/preprocessor

1 file changed

+1
-2
lines changed

crates/compilers/src/preprocessor/data.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use super::span_to_range;
12
use foundry_compilers_artifacts::{Source, Sources};
23
use path_slash::PathExt;
34
use solar_parse::interface::{Session, SourceMap};
@@ -10,8 +11,6 @@ use std::{
1011
path::{Path, PathBuf},
1112
};
1213

13-
use super::span_to_range;
14-
1514
/// Keeps data about project contracts definitions referenced from tests and scripts.
1615
/// Contract id -> Contract data definition mapping.
1716
pub type PreprocessorData = BTreeMap<ContractId, ContractData>;

0 commit comments

Comments
 (0)