Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <[email protected]>
  • Loading branch information
Scrumplex committed Oct 1, 2024
1 parent 2e0779f commit 0631e4b
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 @@ -85,7 +85,9 @@ async fn main() -> eyre::Result<()> {
dotenvy::dotenv().ok();
color_eyre::install()?;
env_logger::init();
rustls::crypto::aws_lc_rs::default_provider().install_default().expect("Couldn't initialize crypto provider");
rustls::crypto::aws_lc_rs::default_provider()
.install_default()
.expect("Couldn't initialize crypto provider");

let token =
std::env::var("DISCORD_BOT_TOKEN").wrap_err("Couldn't find bot token in environment!")?;
Expand Down

0 comments on commit 0631e4b

Please sign in to comment.