Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Yashash H L <[email protected]>
  • Loading branch information
yhl25 committed Feb 14, 2025
1 parent 71ff76b commit 203a174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/flatmap-stream/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ struct Cat;
#[tonic::async_trait]
impl mapstream::MapStreamer for Cat {
async fn map_stream(&self, input: mapstream::MapStreamRequest, tx: Sender<Message>) {

for i in 0..2 {
let message = Message::new(input.value.clone())
.with_keys(vec![format!("key-{}", i)])
Expand Down

0 comments on commit 203a174

Please sign in to comment.