Browse Source

formatting

Will McLeish 2 năm trước cách đây
mục cha
commit
91823243ae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/wire/mod.rs

+ 1 - 1
src/wire/mod.rs

@@ -253,7 +253,7 @@ pub use self::dhcpv4::{
 #[cfg(feature = "proto-dns")]
 pub use self::dns::{
     Flags as DnsFlags, Opcode as DnsOpCode, Packet as DnsPacket, Repr as DnsRepr,
-    Type as DnsQueryType
+    Type as DnsQueryType,
 };
 
 /// Parsing a packet failed.