Skip to content

Commit

Permalink
Unify the type of case expression so we need not match it.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancribbs committed Feb 18, 2014
1 parent 5fd11b8 commit d220fa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/riak_core_claim.erl
Expand Up @@ -411,7 +411,8 @@ choose_claim_v3(Ring, _ClaimNode, Params) ->
undefined ->
ok;
_ ->
{_,_,_} = random:seed(OldSeed)
{_,_,_} = random:seed(OldSeed),
ok
end,

lager:debug("Claim3 metrics: ~p\n", [NewMetrics]),
Expand Down

0 comments on commit d220fa7

Please sign in to comment.