Skip to content

Commit

Permalink
Avoid invasive modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyongxuan committed Oct 23, 2024
1 parent 3217a5e commit e4614d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/src/directory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ impl Builder for DirectoryBuilder {

// Dump blob file
timing_tracer!(
{ Blob::dump(ctx, blob_mgr, blob_writer.as_mut()``) },
{ Blob::dump(ctx, blob_mgr, blob_writer.as_mut()) },
"dump_blob"
)?;

Expand Down

0 comments on commit e4614d9

Please sign in to comment.