From 7be35c0b7c89a6498bcd08c7fb0c7dade3032c9e Mon Sep 17 00:00:00 2001 From: Brian May Date: Fri, 30 Aug 2024 14:15:47 +1000 Subject: [PATCH] chore: Fix code formatting issue --- src/main.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 267038f..43552b5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -421,7 +421,9 @@ fn get_output(output_format: OutputFormat) -> Result<(Box, Sender)> #[tokio::main] async fn main() -> Result<()> { - rustls::crypto::aws_lc_rs::default_provider().install_default().expect("Failed to install rustls crypto provider"); + rustls::crypto::aws_lc_rs::default_provider() + .install_default() + .expect("Failed to install rustls crypto provider"); let args = Args::parse();