Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Apr 23, 2024
1 parent 1fb35a2 commit e256239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lambda_ethereum_consensus/execution/execution_chain.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defmodule LambdaEthereumConsensus.Execution.ExecutionChain do
end

@spec get_eth1_vote(Types.slot()) :: DepositTreeSnapshot.t()
def get_deposit_snapshot, do: GenServer.call(__MODULE__, :get_deposit_snapshot)
def get_deposit_snapshot(), do: GenServer.call(__MODULE__, :get_deposit_snapshot)

@spec get_deposits(Eth1Data.t(), Eth1Data.t(), Range.t()) ::
{:ok, [Deposit.t()] | nil} | {:error, any}
Expand Down

0 comments on commit e256239

Please sign in to comment.