mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 04:35:03 +01:00
formatting!
This commit is contained in:
parent
770762b920
commit
cae9683bd4
33 changed files with 147 additions and 87 deletions
|
|
@ -1,4 +1,3 @@
|
|||
use crate::Result;
|
||||
use amqp_core::{
|
||||
amqp_todo,
|
||||
connection::Channel,
|
||||
|
|
@ -8,6 +7,8 @@ use amqp_core::{
|
|||
};
|
||||
use tracing::{debug, error};
|
||||
|
||||
use crate::Result;
|
||||
|
||||
pub fn publish(channel_handle: Channel, message: Message) -> Result<()> {
|
||||
debug!(?message, "Publishing message");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue