Skip to content

Commit 226d374

Browse files
Update src/riakc_pb_socket.erl
Co-authored-by: Thomas Arts <thomas.arts@quviq.com>
1 parent 9bf43b3 commit 226d374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/riakc_pb_socket.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ fetch(Pid, QueueName) ->
358358
{deleted, term(), binary(), non_neg_integer(), non_neg_integer()}|
359359
{binary(), non_neg_integer(), non_neg_integer()}}.
360360
fetch(Pid, QueueName, ObjectFormat)
361-
when ObjectFormat =:= internal; ObjectFormat =:= internal_aaehash->
361+
when ObjectFormat =:= internal; ObjectFormat =:= internal_aaehash ->
362362
Req = #rpbfetchreq{queuename = QueueName,
363363
encoding = erlang:atom_to_binary(ObjectFormat, utf8)},
364364
call_infinity(Pid, {req, Req, default_timeout(get_timeout)}).

0 commit comments

Comments
 (0)