1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

cargo fmt

This commit is contained in:
dark64 2020-03-04 20:43:56 +01:00
parent 95c11caeb5
commit bfe7cfa315

View file

@ -6,4 +6,4 @@ pub trait Resolver<E> {
current_location: PathBuf, current_location: PathBuf,
import_location: PathBuf, import_location: PathBuf,
) -> Result<(String, PathBuf), E>; ) -> Result<(String, PathBuf), E>;
} }