Skip to content

Commit 30f6aba

Browse files
jtragliahwwhww
andauthored
Put "and" at the beginning of the next line
Co-authored-by: Hsiao-Wei Wang <[email protected]>
1 parent 3e80dc8 commit 30f6aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/_features/eip7594/fork-choice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def is_data_available(beacon_block_root: Root) -> bool:
3131
# `MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS` epochs.
3232
column_sidecars = retrieve_column_sidecars(beacon_block_root)
3333
return all(
34-
verify_data_column_sidecar(column_sidecar) and
35-
verify_data_column_sidecar_kzg_proofs(column_sidecar)
34+
verify_data_column_sidecar(column_sidecar)
35+
and verify_data_column_sidecar_kzg_proofs(column_sidecar)
3636
for column_sidecar in column_sidecars
3737
)
3838
```

0 commit comments

Comments
 (0)