cargo fmt

This commit is contained in:
Michael Vines 2019-01-22 21:56:04 -08:00
parent a17467aefd
commit 27c10d4468
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 3 additions and 1 deletions

View File

@ -407,7 +407,9 @@ impl StorageStage {
if cross_boundary!(*poh_height, entry.num_hashes, storage_rotate_count) {
trace!(
"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(
&storage_state,