Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Jul 10, 2024
1 parent 4db09e4 commit 9e7bae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tracing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ pub fn trace_shim_log_crate() {
trace_set(TraceLevel::Trace, |level, msg| {
// Convert the trace level to a log level.
let log_level = level
.as_log_level()
.expect("libgit2 should not produce tracing events with level=None");
.as_log_level()
.expect("libgit2 should not produce tracing events with level=None");

// Build a record to pass to the logger.
let mut record_builder = RecordBuilder::new();
Expand Down

0 comments on commit 9e7bae0

Please sign in to comment.