Skip to content

Commit 698b0f5

Browse files
committed
fmt
1 parent 83e1045 commit 698b0f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ use std::time::Duration;
1212

1313
#[actix_rt::main]
1414
async fn main() {
15-
rustls::crypto::aws_lc_rs::default_provider().install_default().unwrap();
15+
rustls::crypto::aws_lc_rs::default_provider()
16+
.install_default()
17+
.unwrap();
1618

1719
println!("cargo:rerun-if-changed=build.rs");
1820
let c = Rc::new(make_client());

0 commit comments

Comments
 (0)