Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
removes mergify merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
behzadnouri committed Feb 4, 2022
1 parent c496771 commit 20a0265
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 797 deletions.
343 changes: 0 additions & 343 deletions core/src/repair_generic_traversal.rs

This file was deleted.

6 changes: 1 addition & 5 deletions ledger-tool/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,7 @@ fn output_slot(
println!(" Slot Meta {:?}", meta);
} else {
println!(
<<<<<<< HEAD
" num_shreds: {} parent_slot: {} num_entries: {}",
=======
" num_shreds: {}, parent_slot: {:?}, num_entries: {}, is_full: {}",
>>>>>>> 8d980f07b (uses Option<Slot> for SlotMeta.parent_slot (#21808))
" num_shreds: {} parent_slot: {:?} num_entries: {}",
num_shreds,
meta.parent_slot,
entries.len()
Expand Down
Loading

0 comments on commit 20a0265

Please sign in to comment.