Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
abijr committed Mar 1, 2024
1 parent 5df0db1 commit d1de2ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/erlmld_wrk_statem.erl
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ handle_event(info, {tcp, _Socket, _Bin}, _State, _Data) ->
handle_event(info, Message, _State, #data{worker_state = WorkerState}) ->
error_logger:error_msg("~p ignoring unexpected message ~p~n", [WorkerState, Message]),
keep_state_and_data;

handle_event(state_timeout, shutdown, _State, _Data) ->
stop.

Expand Down

0 comments on commit d1de2ee

Please sign in to comment.