Explorar el Código

fixed formatting on messages

rachel-rose hace 5 años
padre
commit
b6cfb5a6fd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/net/messages.rs

+ 2 - 2
src/net/messages.rs

@@ -158,8 +158,8 @@ impl Decodable for VerackMessage {
     }
 }
 
-/// Packets are the base type read from the network. Converted to messages and passed to event
-/// loop.
+/// Packets are the base type read from the network. Converted to messages and
+/// passed to event loop.
 pub struct Packet {
     pub command: String,
     pub payload: Vec<u8>,