Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sistemd committed Feb 18, 2025
1 parent 050208a commit 39a1999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ metrics = { workspace = true }
pathfinder-common = { path = "../common" }
pathfinder-crypto = { path = "../crypto" }
pathfinder-storage = { path = "../storage" }
util = { path = "../util" }
primitive-types = { workspace = true, features = ["serde"] }
serde_json = { workspace = true }
starknet-gateway-types = { path = "../gateway-types" }
starknet-types-core = { workspace = true }
starknet_api = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
util = { path = "../util" }
2 changes: 1 addition & 1 deletion crates/util/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
pub mod error;
pub mod make_stream;
pub mod task;
pub mod percentage;
pub mod task;

0 comments on commit 39a1999

Please sign in to comment.