Skip to content

Commit e0406e4

Browse files
committed
Remove spurious newlines
1 parent b5c2781 commit e0406e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ fn it_connects() {
183183

184184
#[test]
185185
#[cfg(feature = "tls")]
186-
187186
fn it_connects_tls_server_only() {
188187
// Client can connect ok without SSL when SSL is enabled on the server.
189188
TestingShim::new(
@@ -198,7 +197,6 @@ fn it_connects_tls_server_only() {
198197

199198
#[test]
200199
#[cfg(feature = "tls")]
201-
202200
fn it_connects_tls_both() {
203201
// SSL connection when ssl enabled on server and used by client
204202
TestingShim::new(

0 commit comments

Comments
 (0)