summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbold <bold@cryptoguru.com>2020-01-04 13:49:36 +0100
committerWez Furlong <wez@wezfurlong.org>2020-01-03 22:02:46 -0800
commit4d79e5cc9d5d2bbbfa50f7aea20ef889bad980ec (patch)
tree5504137c472189fbe7cf87cc9c9b3a3f82625e5e /tests
parentb7532e93a4a31b96fff2348e292f10aec89014cd (diff)
downloadssh2-rs-4d79e5cc9d5d2bbbfa50f7aea20ef889bad980ec.zip
cargo fmt
Diffstat (limited to 'tests')
-rw-r--r--tests/all/session.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all/session.rs b/tests/all/session.rs
index 86587b4..8894081 100644
--- a/tests/all/session.rs
+++ b/tests/all/session.rs
@@ -4,7 +4,7 @@ use std::io::{self, prelude::*};
use std::path::Path;
use tempdir::TempDir;
-use ssh2::{HashType, KeyboardInteractivePrompt, MethodType, Prompt, Session, BlockDirections};
+use ssh2::{BlockDirections, HashType, KeyboardInteractivePrompt, MethodType, Prompt, Session};
#[test]
fn session_is_send() {