Skip to content

Commit 71e4213

Browse files
committed
fmt
1 parent 1e96032 commit 71e4213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async-ssh2-lite/tests/integration_tests/session__scp_send_and_scp_recv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ use std::{
88
use async_ssh2_lite::{AsyncSession, AsyncSessionStream};
99
#[cfg(not(feature = "_integration_tests_tokio_ext"))]
1010
use futures_util::{AsyncReadExt as _, AsyncWriteExt as _};
11+
use rand::{distributions::Alphanumeric, thread_rng, Rng as _};
1112
#[cfg(feature = "_integration_tests_tokio_ext")]
1213
use tokio::io::{AsyncReadExt as _, AsyncWriteExt as _};
13-
use rand::{distributions::Alphanumeric, thread_rng, Rng as _};
1414
use uuid::Uuid;
1515

1616
use super::{

0 commit comments

Comments
 (0)