Skip to content

Commit

Permalink
chore: Fix code formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian May committed Aug 30, 2024
1 parent 04985c5 commit 7be35c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,9 @@ fn get_output(output_format: OutputFormat) -> Result<(Box<dyn Output>, 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();

Expand Down

0 comments on commit 7be35c0

Please sign in to comment.