Skip to content

Commit

Permalink
chore: Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
duesee committed Dec 21, 2023
1 parent 916b5b6 commit e45ce7b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,13 +268,9 @@ pub enum ClientFlowEvent {
status: Status<'static>,
},
/// Server [`Data`] received.
DataReceived {
data: Data<'static>,
},
DataReceived { data: Data<'static> },
/// Server [`Status`] received.
StatusReceived {
status: Status<'static>,
},
StatusReceived { status: Status<'static> },
/// Server [`CommandContinuationRequest`] response received.
///
/// Note: The received continuation was not part of [`ClientFlow`] literal handling.
Expand Down

0 comments on commit e45ce7b

Please sign in to comment.