mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 20:55:03 +01:00
formatting!
This commit is contained in:
parent
770762b920
commit
cae9683bd4
33 changed files with 147 additions and 87 deletions
|
|
@ -1,9 +1,11 @@
|
|||
use crate::{frame, frame::FrameType, methods};
|
||||
use std::collections::HashMap;
|
||||
|
||||
use amqp_core::{
|
||||
connection::ChannelNum,
|
||||
methods::{ConnectionStart, ConnectionStartOk, FieldValue, Method},
|
||||
};
|
||||
use std::collections::HashMap;
|
||||
|
||||
use crate::{frame, frame::FrameType, methods};
|
||||
|
||||
#[tokio::test]
|
||||
async fn write_start_ok_frame() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue