diff options
Diffstat (limited to 'src/packet/error.rs')
| -rw-r--r-- | src/packet/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packet/error.rs b/src/packet/error.rs index 20eceec..fe0620e 100644 --- a/src/packet/error.rs +++ b/src/packet/error.rs @@ -45,4 +45,4 @@ impl core::fmt::Display for PacketError { PacketError::UnsupportAppProtocol => write!(f, "Unsupport App Protocol"), } } -}
\ No newline at end of file +} |
