Apply cargo fmt formatting to clippy fixes
This commit is contained in:
@ -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)
|
||||
|
||||
@ -39,7 +39,6 @@ pub struct InstallOptions {
|
||||
pub no_recommends: bool,
|
||||
}
|
||||
|
||||
|
||||
/// Patch information
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct Patch {
|
||||
|
||||
Reference in New Issue
Block a user