Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Mar 11, 2022
1 parent d06e630 commit 7375b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/compute/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub async fn compute_node_serve(
hummock.inner().storage.local_version_manager().clone(),
hummock.inner().storage.hummock_meta_client().clone(),
hummock.inner().storage.sstable_store(),
state_store_metrics
state_store_metrics,
));
}

Expand Down
2 changes: 1 addition & 1 deletion rust/rpc_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ futures = { version = "0.3", default-features = false, features = ["alloc"] }
log = "0.4"
risingwave_common = { path = "../common" }
risingwave_pb = { path = "../prost" }
tracing = { version = "0.1", features = ["release_max_level_info"] }
tokio = { version = "1", features = [
"rt",
"rt-multi-thread",
Expand All @@ -19,3 +18,4 @@ tokio = { version = "1", features = [
"signal",
] }
tonic = "0.6"
tracing = { version = "0.1", features = ["release_max_level_info"] }

0 comments on commit 7375b4f

Please sign in to comment.