Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots committed Jun 22, 2018
1 parent 3a7dbdc commit a639394
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 a639394

Please sign in to comment.