Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Saetch committed Jun 30, 2024
1 parent 83b4098 commit e0910eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cluster/coordinator/src/deal_with_nodes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub async fn redistribute_values(data: Arc<InteriorMutableState>, hash_value: u1


}
let mut resp: bytes::Bytes;
let resp: bytes::Bytes;
if let Ok(mut response) = response{
resp = response.body().await.unwrap();
println!("Response: {:?}", response);
Expand Down

0 comments on commit e0910eb

Please sign in to comment.