Skip to content

Commit

Permalink
cargo fix --all && cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
minghuaw committed Aug 26, 2022
1 parent 448bbb1 commit 1f4c551
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/binding/fe2o3_amqp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//! use serde_json::json;
//! use fe2o3_amqp::{Connection, Sender, Session};
//! use cloudevents::{
//! EventBuilder, EventBuilderV10,
//! EventBuilder, EventBuilderV10,
//! binding::fe2o3_amqp::{EventMessage, AmqpMessage}
//! };
//!
Expand Down Expand Up @@ -121,7 +121,7 @@ pub type AmqpBody = Body<Value>;
/// use serde_json::json;
/// use fe2o3_amqp_types::messaging::Message;
/// use cloudevents::{EventBuilder, EventBuilderV10, binding::fe2o3_amqp::EventMessage};
///
///
/// let event = EventBuilderV10::new()
/// .id("1")
/// .ty("example.test")
Expand All @@ -140,7 +140,7 @@ pub type AmqpBody = Body<Value>;
/// use serde_json::json;
/// use fe2o3_amqp_types::messaging::Message;
/// use cloudevents::{EventBuilder, EventBuilderV10, binding::fe2o3_amqp::EventMessage};
///
///
/// let event = EventBuilderV10::new()
/// .id("1")
/// .ty("example.test")
Expand All @@ -161,7 +161,7 @@ pub type AmqpBody = Body<Value>;
/// message::MessageDeserializer,
/// binding::fe2o3_amqp::{AmqpMessage, EventMessage}
/// };
///
///
/// # async fn receive_event(receiver: &mut Receiver) {
/// let delivery = receiver.recv().await.unwrap();
/// receiver.accept(&delivery).await.unwrap();
Expand Down

0 comments on commit 1f4c551

Please sign in to comment.