Skip to content

Commit

Permalink
Fix bad_return_value
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Feb 13, 2023
1 parent cdaf80e commit ed93f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_kv_ttaaefs_manager.erl
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ handle_cast({auto_check, ReqID, From, Now}, State) ->
[ReqID, Clause]),
process_workitem(range_check, ReqID, From, Now)
end,
{noreply, State, timeout}.
{noreply, State}.


handle_info(timeout, State) ->
Expand Down

0 comments on commit ed93f69

Please sign in to comment.