Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdyer committed Jul 26, 2024
1 parent 7e0ccfd commit cf3eb5b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/listen/websocket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ impl<'a, S, E> StreamRequestBuilder<'a, S, E>
where
S: Stream<Item = std::result::Result<Bytes, E>>,
{

/// Return the options in urlencoded format. If serialization would
/// fail, this will also return an error.
///
Expand Down Expand Up @@ -485,9 +484,6 @@ mod tests {
opts.clone(),
);
// Currently fails because A&R is double escaped in the streaming URL
assert_eq!(
builder.urlencoded().unwrap(),
opts.urlencoded().unwrap()
)
assert_eq!(builder.urlencoded().unwrap(), opts.urlencoded().unwrap())
}
}

0 comments on commit cf3eb5b

Please sign in to comment.