Skip to content

Commit 891af69

Browse files
committed
fmt
1 parent b7c0dd1 commit 891af69

File tree

1 file changed

+5
-5
lines changed
  • beacon_node/network/src/network_beacon_processor

1 file changed

+5
-5
lines changed

beacon_node/network/src/network_beacon_processor/mod.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -938,11 +938,11 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
938938
async move {
939939
// Only supernodes attempt reconstruction
940940
if !self
941-
.chain
942-
.data_availability_checker
943-
.custody_context()
944-
.current_is_supernode
945-
{
941+
.chain
942+
.data_availability_checker
943+
.custody_context()
944+
.current_is_supernode
945+
{
946946
return None;
947947
}
948948

0 commit comments

Comments
 (0)