Skip to content

Commit

Permalink
Use repo's cargo fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
kskalski committed Aug 21, 2023
1 parent c50bfe6 commit e380f1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/freeze/src/types/queries.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
use std::{collections::{HashMap, HashSet}, path::{Path, PathBuf}};
use std::{
collections::{HashMap, HashSet},
path::{Path, PathBuf},
};

use ethers::prelude::*;

Expand Down

0 comments on commit e380f1c

Please sign in to comment.