Skip to content

Commit dfbaa6d

Browse files
committed
fix fmt
Signed-off-by: Chen Kai <[email protected]>
1 parent 603ea47 commit dfbaa6d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/consensus/types.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,4 +1212,4 @@ test "test SignedVoluntaryExit" {
12121212
};
12131213

12141214
try std.testing.expectEqual(exit.message, undefined);
1215-
}
1215+
}

src/primitives/types.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ pub fn hasFlag(flags: ParticipationFlags, flagIndex: u3) bool {
130130
return (flags & flag) == flag;
131131
}
132132

133-
134133
test "test ExecutionBranch length" {
135134
const ExecutionBranchLength = @typeInfo(ExecutionBranch).array.len;
136135
try std.testing.expectEqual(4, ExecutionBranchLength);

0 commit comments

Comments
 (0)