Skip to content

Commit e80c7d0

Browse files
committed
chore(lint): cargo fmt
Signed-off-by: Mike Nguyen <[email protected]>
1 parent e1a6696 commit e80c7d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dapr/src/client.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ impl<T: DaprInterface> Client<T> {
7575
data,
7676
..Default::default()
7777
}
78-
.into(),
78+
.into(),
7979
})
8080
.await
8181
}
@@ -648,7 +648,7 @@ pub trait DaprInterface: Sized {
648648
) -> Result<UnsubscribeConfigurationResponse, Error>;
649649

650650
async fn encrypt(&mut self, payload: Vec<EncryptRequest>)
651-
-> Result<Vec<StreamPayload>, Status>;
651+
-> Result<Vec<StreamPayload>, Status>;
652652

653653
async fn decrypt(&mut self, payload: Vec<DecryptRequest>) -> Result<Vec<u8>, Status>;
654654

0 commit comments

Comments
 (0)