Skip to content

Commit

Permalink
Update test/examples/no_init_lists_examples/pass_no_init_lists.erl
Browse files Browse the repository at this point in the history
Co-authored-by: Brujo Benavides <[email protected]>
  • Loading branch information
bormilan and elbrujohalcon authored Oct 18, 2024
1 parent 84ab8d5 commit d831670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-export([start_link/0, init/1, handle_cast/2, handle_call/3]).

start_link() ->
gen_server:start_link(?MODULE, undefined, []).
gen_server:start_link(?MODULE, 1, []).

init(1) ->
ok;
Expand Down

0 comments on commit d831670

Please sign in to comment.