cargo +nightly fmt

This commit is contained in:
Greg Fitzgerald 2018-05-10 16:03:19 -06:00
parent cf186c5762
commit af53197c04
1 changed files with 1 additions and 1 deletions

View File

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