Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEverson committed Apr 8, 2024
1 parent a7ff695 commit 80cd835
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rustls-platform-verifier/src/tests/verification_mock/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
//! any parts of the system outside of these tests. See the `#![cfg(...)]`
//! immediately below to see which platforms run these tests.
#![cfg(all(any(windows, unix, target_os = "android"), not(target_os = "ios"), not(target_os = "tvos")))]
#![cfg(all(
any(windows, unix, target_os = "android"),
not(target_os = "ios"),
not(target_os = "tvos")
))]

use super::TestCase;
use crate::tests::{assert_cert_error_eq, ensure_global_state, verification_time};
Expand Down

0 comments on commit 80cd835

Please sign in to comment.