Skip to content

Commit

Permalink
Commit from GitHub Actions (Format Code)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushudai committed Jul 20, 2024
1 parent 4eff4f5 commit b04f308
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,9 @@ mod tests {
}

fn get_client() -> Consul {
rustls::crypto::ring::default_provider().install_default().expect("Failed to install rustls crypto provider");
rustls::crypto::ring::default_provider()
.install_default()
.expect("Failed to install rustls crypto provider");
let conf: Config = Config::from_env();
Consul::new(conf).unwrap()
}
Expand Down

0 comments on commit b04f308

Please sign in to comment.