Skip to content

Commit 6f87003

Browse files
committed
Fix lint
1 parent 6c06650 commit 6f87003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lambda_ethereum_consensus/beacon/beacon_node.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ defmodule LambdaEthereumConsensus.Beacon.BeaconNode do
7878
end
7979
end
8080

81-
defp get_libp2p_args do
81+
defp get_libp2p_args() do
8282
config = Application.fetch_env!(:lambda_ethereum_consensus, :discovery)
8383
port = Keyword.fetch!(config, :port)
8484
bootnodes = Keyword.fetch!(config, :bootnodes)

0 commit comments

Comments
 (0)