From 662bfb7b886f45820b36c703e2dc6611844eb467 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Fri, 22 Jun 2018 14:41:43 -0600 Subject: [PATCH] fmt --- src/drone.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/drone.rs b/src/drone.rs index 78919e08f..c9a4b276c 100644 --- a/src/drone.rs +++ b/src/drone.rs @@ -277,7 +277,8 @@ mod tests { assert!(carlos_result > 0); let requests_socket = UdpSocket::bind("0.0.0.0:0").expect("drone bind to requests socket"); - let transactions_socket = UdpSocket::bind("0.0.0.0:0").expect("drone bind to transactions socket"); + let transactions_socket = + UdpSocket::bind("0.0.0.0:0").expect("drone bind to transactions socket"); let mut client = ThinClient::new( leader.data.requests_addr,