瀏覽代碼

formatting

Will McLeish 2 年之前
父節點
當前提交
91823243ae
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.