Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
drewkerrigan committed Feb 24, 2016
1 parent 58ff303 commit 4bd2707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/riak/timeseries.ex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule Riak.Timeseries do
receive do
{^req_id, :done} -> {:ok, List.flatten(acc)}
{^req_id, {:error, reason}} -> {:error, reason}
{req_id, {_, res}} -> wait_for_list(req_id, [res|acc])
{^req_id, {_, res}} -> wait_for_list(req_id, [res|acc])
end
end
end

0 comments on commit 4bd2707

Please sign in to comment.