Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruokun-niu committed Jan 15, 2025
1 parent 252dfc3 commit 54e0d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/shared/change-router/src/state_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl DaprStateManager {
.await
.expect("Unable to connect to Dapr");

let response = match dapr_client
match dapr_client
.delete_state(&self.store_name, &key.to_string(), metadata)
.await
{
Expand Down

0 comments on commit 54e0d56

Please sign in to comment.