Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Kai <281165273grape@gmail.com>
  • Loading branch information
GrapeBaBa committed Nov 3, 2024
1 parent 603ea47 commit dfbaa6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/consensus/types.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1212,4 +1212,4 @@ test "test SignedVoluntaryExit" {
};

try std.testing.expectEqual(exit.message, undefined);
}
}
1 change: 0 additions & 1 deletion src/primitives/types.zig
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ pub fn hasFlag(flags: ParticipationFlags, flagIndex: u3) bool {
return (flags & flag) == flag;
}


test "test ExecutionBranch length" {
const ExecutionBranchLength = @typeInfo(ExecutionBranch).array.len;
try std.testing.expectEqual(4, ExecutionBranchLength);
Expand Down

0 comments on commit dfbaa6d

Please sign in to comment.