Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored and garious committed Jun 22, 2018
1 parent 5f3e3a1 commit 662bfb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/drone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 662bfb7

Please sign in to comment.