Skip to content

Commit 216ec15

Browse files
committed
fix lint
1 parent b03cdd4 commit 216ec15

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/lambda_ethereum_consensus/beacon/pending_blocks.ex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,12 @@ defmodule LambdaEthereumConsensus.Beacon.PendingBlocks do
106106
block_info
107107
|> Blocks.change_status(:pending)
108108
|> then(&process_block_and_check_children(store, &1))
109+
110+
{:ok, store}
111+
else
112+
_ -> {:ok, store}
109113
end
110114
end)
111-
112-
{:ok, store}
113115
end
114116

115117
def process_blobs(store, {:error, reason}) do

0 commit comments

Comments
 (0)