Skip to content

Commit 72caf0c

Browse files
committed
cargo fmt
1 parent 7d86271 commit 72caf0c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stackslib/src/net/api/tests/getattachmentsinv.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ use stacks_common::types::chainstate::StacksBlockId;
2222
use super::TestRPC;
2323
use crate::net::api::*;
2424
use crate::net::connection::ConnectionOptions;
25-
use crate::net::httpcore::{
26-
RPCRequestHandler, StacksHttp, StacksHttpRequest,
27-
};
25+
use crate::net::httpcore::{RPCRequestHandler, StacksHttp, StacksHttpRequest};
2826
use crate::net::{Attachment, ProtocolFamily};
2927

3028
#[test]

0 commit comments

Comments
 (0)