Skip to content

Commit

Permalink
fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 6, 2024
1 parent e290501 commit e6be5af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ pub fn setup_logging() {

fn main() -> anyhow::Result<()> {
setup_logging();
rustls::crypto::aws_lc_rs::default_provider().install_default().expect("no provider was set as default beforehand");
rustls::crypto::aws_lc_rs::default_provider()
.install_default()
.expect("no provider was set as default beforehand");
let release = match option_env!("GIT_COMMIT_SHA") {
Some(s) => Some(Cow::Borrowed(s)),
None => sentry::release_name!(),
Expand Down

0 comments on commit e6be5af

Please sign in to comment.