cargo fmt

This commit is contained in:
Michael Vines
2019-01-22 21:56:04 -08:00
parent a17467aefd
commit 27c10d4468

View File

@ -407,7 +407,9 @@ impl StorageStage {
if cross_boundary!(*poh_height, entry.num_hashes, storage_rotate_count) { if cross_boundary!(*poh_height, entry.num_hashes, storage_rotate_count) {
trace!( trace!(
"crosses sending at poh_height: {} entry_height: {}! hashes: {}", "crosses sending at poh_height: {} entry_height: {}! hashes: {}",
*poh_height, entry_height, entry.num_hashes *poh_height,
entry_height,
entry.num_hashes
); );
Self::process_entry_crossing( Self::process_entry_crossing(
&storage_state, &storage_state,