Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
darunrs committed May 21, 2024
1 parent 471d9f0 commit d87e7c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions block-streamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ borsh = "0.10.2"
cached = "0.49.3"
chrono = "0.4.25"
futures = "0.3.5"
graphql_client = "0.14.0"
lazy_static = "1.4.0"
mockall = "0.11.4"
near-lake-framework = "0.7.8"
prometheus = "0.13.3"
prost = "0.12.3"
redis = { version = "0.21.5", features = ["tokio-comp", "connection-manager"] }
registry-types = { path = "../registry/types" }
reqwest = { version = "^0.12.4", features = ["json", "blocking"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.55"
tracing = "0.1.40"
Expand All @@ -29,12 +33,6 @@ tokio-stream = "0.1.14"
tonic = "0.10.2"
wildmatch = "2.1.1"

registry-types = { path = "../registry/types" }

near-lake-framework = "0.7.8"
graphql_client = "0.14.0"
reqwest = { version = "^0.12.4", features = ["json", "blocking"] }

[build-dependencies]
tonic-build = "0.10"

Expand Down
2 changes: 1 addition & 1 deletion block-streamer/src/graphql_queries/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pub mod get_bitmaps_wildcard;
pub mod get_bitmaps_exact;
pub mod get_bitmaps_wildcard;

0 comments on commit d87e7c7

Please sign in to comment.