Skip to content

Commit c7d9d65

Browse files
committed
Fix wsl lint issue
1 parent 030ef34 commit c7d9d65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/beacon/download.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ func (d *Default) fetchBundle(ctx context.Context, root phase0.Root, upstream *N
357357
gloasFork, gloasErr := sp.ForkEpochs.GetByName("gloas")
358358
fuluActive := fuluErr == nil && fuluFork != nil && fuluFork.Active(epoch)
359359
gloasActive := gloasErr == nil && gloasFork != nil && gloasFork.Active(epoch)
360+
360361
if fuluActive || gloasActive {
361362
d.log.WithField("epoch", epoch).Debug("Skipping blob sidecar download - Fulu/Gloas fork active")
362363
} else {

0 commit comments

Comments
 (0)