Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Dec 17, 2024
1 parent 6c278b4 commit 1379bce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/subcoin-snapcake/src/snapshot_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,3 @@ impl SnapshotProcessor {
.expect("Failed to write UTXO set snapshot");
}
}

1 change: 0 additions & 1 deletion crates/subcoin-utxo-snapshot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,3 @@ fn serialize_coin<W: std::io::Write>(writer: &mut W, coin: Coin) -> std::io::Res

Ok(())
}

0 comments on commit 1379bce

Please sign in to comment.