Skip to content

Commit b301f87

Browse files
Chore
1 parent e401530 commit b301f87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

net/src/protocol/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub struct MTPResponse {
6363
storage: MTPStorage,
6464
}
6565

66-
impl MTPResponse {
66+
impl MTPResponse {
6767
/// Constructs a new `MTPResponse` instance with the provided status code, headers, and storage.
6868
///
6969
/// # Arguments
@@ -90,7 +90,7 @@ pub struct MTPResponse {
9090
}
9191
}
9292

93-
impl MessageTransferProtocolResponse for MTPResponse {
93+
impl MessageTransferProtocolResponse for MTPResponse {
9494
/// Retrieves the status code from the `MTPResponse`.
9595
///
9696
/// # Returns
@@ -126,7 +126,7 @@ pub struct MTPResponse {
126126
/// `MTPManagerActions` represents a collection of management actions that can be performed.
127127
pub struct MTPManagerActions {
128128
actions: Vec<MTPManagerAction>,
129-
}
129+
}
130130

131131
/// `MTPMessage` represents the actual content of a message within the protocol.
132132
/// It encapsulates the message data along with metadata that describes its type,

0 commit comments

Comments
 (0)