Skip to content

Commit 473b069

Browse files
committed
fmt
1 parent 1808448 commit 473b069

File tree

1 file changed

+4
-1
lines changed
  • beacon_node/lighthouse_network/src/rpc

1 file changed

+4
-1
lines changed

beacon_node/lighthouse_network/src/rpc/codec.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,10 @@ mod tests {
13081308
assert_eq!(decoded, RequestType::ExecutionProofsByRoot(exec_proofs))
13091309
}
13101310
RequestType::ExecutionProofsByRange(exec_proofs_range) => {
1311-
assert_eq!(decoded, RequestType::ExecutionProofsByRange(exec_proofs_range))
1311+
assert_eq!(
1312+
decoded,
1313+
RequestType::ExecutionProofsByRange(exec_proofs_range)
1314+
)
13121315
}
13131316
RequestType::Ping(ping) => {
13141317
assert_eq!(decoded, RequestType::Ping(ping))

0 commit comments

Comments
 (0)