Skip to content

Commit 77579d3

Browse files
committed
fixed formatting
1 parent aa6b53f commit 77579d3

File tree

1 file changed

+5
-1
lines changed
  • rustls-platform-verifier/src/tests/verification_mock

1 file changed

+5
-1
lines changed

rustls-platform-verifier/src/tests/verification_mock/mod.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
//! any parts of the system outside of these tests. See the `#![cfg(...)]`
1414
//! immediately below to see which platforms run these tests.
1515
16-
#![cfg(all(any(windows, unix, target_os = "android"), not(target_os = "ios"), not(target_os = "tvos")))]
16+
#![cfg(all(
17+
any(windows, unix, target_os = "android"),
18+
not(target_os = "ios"),
19+
not(target_os = "tvos")
20+
))]
1721

1822
use super::TestCase;
1923
use crate::tests::{assert_cert_error_eq, ensure_global_state, verification_time};

0 commit comments

Comments
 (0)