Skip to content

Commit 6fcc189

Browse files
committed
(nit) cargo fmt
1 parent 9767106 commit 6fcc189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/imap_integration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ fn connect_insecure_then_secure() {
5555

5656
// ignored because of https://github.com/greenmail-mail-test/greenmail/issues/135
5757
imap::Client::new(stream)
58-
.secure("imap.example.com", &tls())
59-
.unwrap();
58+
.secure("imap.example.com", &tls())
59+
.unwrap();
6060
}
6161

6262
#[test]

0 commit comments

Comments
 (0)