Browse Source

formatting

Will McLeish 2 years ago
parent
commit
f7e499323d
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/wire/mod.rs

+ 4 - 1
src/wire/mod.rs

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