(nit) cargo fmt
This commit is contained in:
parent
97671062ee
commit
6fcc189d11
1 changed files with 2 additions and 2 deletions
|
|
@ -55,8 +55,8 @@ fn connect_insecure_then_secure() {
|
|||
|
||||
// ignored because of https://github.com/greenmail-mail-test/greenmail/issues/135
|
||||
imap::Client::new(stream)
|
||||
.secure("imap.example.com", &tls())
|
||||
.unwrap();
|
||||
.secure("imap.example.com", &tls())
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue