Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 29, 2024
1 parent fa45346 commit c9c54f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acvm-repo/acvm_js/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub fn init_log_level(filter: String) -> Result<(), JsLogInitError> {

let filter: EnvFilter = filter.parse().map_err(|err| {
JsLogInitError::constructor(
format!("Could not parse log filter while initializing logger: {err}").into()
format!("Could not parse log filter while initializing logger: {err}").into(),
)
})?;

Expand Down

0 comments on commit c9c54f0

Please sign in to comment.