Private
Public Access
1
0

Apply cargo fmt formatting to clippy fixes

This commit is contained in:
2026-04-12 15:26:57 +00:00
parent 4e6848020d
commit 409f1a4517
2 changed files with 1 additions and 6 deletions

View File

@ -14,11 +14,7 @@ use rustls::{
RootCertStore,
};
use rustls_pemfile::{certs, private_key};
use std::{
fs::File,
io::BufReader,
sync::Arc,
};
use std::{fs::File, io::BufReader, sync::Arc};
use tracing::{info, warn};
/// Check for duplicate critical headers (VULN-006)