Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dadepo committed Jan 19, 2025
1 parent 390b168 commit 6159bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consensus/lib.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pub const fork_choice = @import("fork_choice.zig");

pub const HeaviestSubtreeForkChoice = fork_choice.HeaviestSubtreeForkChoice;
pub const ForkWeight = fork_choice.ForkWeight;
pub const ForkInfo = fork_choice.ForkInfo;
pub const ForkInfo = fork_choice.ForkInfo;

0 comments on commit 6159bcf

Please sign in to comment.