Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Brzozowski committed Jan 5, 2025
1 parent fb84731 commit d2e8ce7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ws/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ pub struct Websocket<S> {
}

impl<S> Websocket<S> {

/// Checks if the websocket is closed. This can be result of an IO error or the other side
/// sending `WebsocketFrame::Closed`.
pub const fn closed(&self) -> bool {
Expand Down

0 comments on commit d2e8ce7

Please sign in to comment.