Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gschup committed Nov 7, 2023
1 parent 86c55aa commit 73d82cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/snapshot/entity_checksum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ impl EntityChecksumPlugin {

let result = ChecksumPart(hasher.finish() as u128);

trace!(
"Rollback Entities have checksum {:X}",
result.0
);
trace!("Rollback Entities have checksum {:X}", result.0);

if let Ok(mut checksum) = checksum.get_single_mut() {
*checksum = result;
Expand Down

0 comments on commit 73d82cb

Please sign in to comment.