Skip to content

Commit

Permalink
fix virtuerl_reg
Browse files Browse the repository at this point in the history
  • Loading branch information
verbit committed Sep 24, 2024
1 parent 222e16f commit f240db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/virtuerl/src/virtuerl_reg.erl
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ handle_call({whereis_name, Name}, _From, State) ->


handle_cast({unregister_name, Name}, State) ->
{noreply, ok, maps:remove(Name, State)}.
{noreply, maps:remove(Name, State)}.

0 comments on commit f240db5

Please sign in to comment.