Skip to content

Commit f623f15

Browse files
committed
cargo fix --all && cargo fmt --all
Signed-off-by: minghuaw <[email protected]>
1 parent 0436209 commit f623f15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/binding/fe2o3_amqp/mod.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! use serde_json::json;
88
//! use fe2o3_amqp::{Connection, Sender, Session};
99
//! use cloudevents::{
10-
//! EventBuilder, EventBuilderV10,
10+
//! EventBuilder, EventBuilderV10,
1111
//! binding::fe2o3_amqp::{EventMessage, AmqpMessage}
1212
//! };
1313
//!
@@ -121,7 +121,7 @@ pub type AmqpBody = Body<Value>;
121121
/// use serde_json::json;
122122
/// use fe2o3_amqp_types::messaging::Message;
123123
/// use cloudevents::{EventBuilder, EventBuilderV10, binding::fe2o3_amqp::EventMessage};
124-
///
124+
///
125125
/// let event = EventBuilderV10::new()
126126
/// .id("1")
127127
/// .ty("example.test")
@@ -140,7 +140,7 @@ pub type AmqpBody = Body<Value>;
140140
/// use serde_json::json;
141141
/// use fe2o3_amqp_types::messaging::Message;
142142
/// use cloudevents::{EventBuilder, EventBuilderV10, binding::fe2o3_amqp::EventMessage};
143-
///
143+
///
144144
/// let event = EventBuilderV10::new()
145145
/// .id("1")
146146
/// .ty("example.test")
@@ -161,7 +161,7 @@ pub type AmqpBody = Body<Value>;
161161
/// message::MessageDeserializer,
162162
/// binding::fe2o3_amqp::{AmqpMessage, EventMessage}
163163
/// };
164-
///
164+
///
165165
/// # async fn receive_event(receiver: &mut Receiver) {
166166
/// let delivery = receiver.recv().await.unwrap();
167167
/// receiver.accept(&delivery).await.unwrap();

0 commit comments

Comments
 (0)