Skip to content

Commit

Permalink
fix style check
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanifold committed Oct 21, 2023
1 parent 42eb4aa commit ba7fa83
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/client/conn/http1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ where
/// A builder to configure an HTTP connection.
///
/// After setting options, the builder is used to create a handshake future.
///
/// **Note**: The default values of options are *not considered stable*. They
///
/// **Note**: The default values of options are *not considered stable*. They
/// are subject to change at any time
#[derive(Clone, Debug)]
pub struct Builder {
Expand Down
4 changes: 2 additions & 2 deletions src/client/conn/http2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ where
/// A builder to configure an HTTP connection.
///
/// After setting options, the builder is used to create a handshake future.
///
/// **Note**: The default values of options are *not considered stable*. They
///
/// **Note**: The default values of options are *not considered stable*. They
/// are subject to change at any time
#[derive(Clone, Debug)]
pub struct Builder<Ex> {
Expand Down
4 changes: 2 additions & 2 deletions src/server/conn/http1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ pin_project_lite::pin_project! {
}

/// A configuration builder for HTTP/1 server connections.
///
/// **Note**: The default values of options are *not considered stable*. They
///
/// **Note**: The default values of options are *not considered stable*. They
/// are subject to change at any time
#[derive(Clone, Debug)]
pub struct Builder {
Expand Down
4 changes: 2 additions & 2 deletions src/server/conn/http2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ pin_project! {
}

/// A configuration builder for HTTP/2 server connections.
///
/// **Note**: The default values of options are *not considered stable*. They
///
/// **Note**: The default values of options are *not considered stable*. They
/// are subject to change at any time
#[derive(Clone, Debug)]
pub struct Builder<E> {
Expand Down

0 comments on commit ba7fa83

Please sign in to comment.