瀏覽代碼

formatting

Will McLeish 2 年之前
父節點
當前提交
e9ce9e59f5
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/wire/mod.rs

+ 3 - 3
src/wire/mod.rs

@@ -252,9 +252,9 @@ 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
-    };
+    Flags as DnsFlags, Opcode as DnsOpCode, Packet as DnsPacket, Repr as DnsRepr,
+    Type as DnsQueryType
+};
 
 /// Parsing a packet failed.
 ///