cargo +nightly fmt

This commit is contained in:
Greg Fitzgerald
2018-05-10 16:03:19 -06:00
parent cf186c5762
commit af53197c04

View File

@ -302,8 +302,8 @@ mod tests {
use bincode::serialize; use bincode::serialize;
use ecdsa; use ecdsa;
use packet::{PacketRecycler, NUM_PACKETS}; use packet::{PacketRecycler, NUM_PACKETS};
use transaction::{memfind, test_tx};
use thin_client_service::{to_request_packets, Request}; use thin_client_service::{to_request_packets, Request};
use transaction::{memfind, test_tx};
#[test] #[test]
fn test_layout() { fn test_layout() {