Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Feb 8, 2023
1 parent 2c71765 commit f128c0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,7 @@ impl Config {
Ok(secret)
})()
.with_context(|| {
format!(
"Error loading secret key from environment variable {SECRET_KEY_ENV}"
)
format!("Error loading secret key from environment variable {SECRET_KEY_ENV}")
})
}

Expand Down

0 comments on commit f128c0b

Please sign in to comment.