Skip to content

Commit 3894aa5

Browse files
committed
Fix conflict
1 parent 5cf0afb commit 3894aa5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deps/amqp10_client/src/amqp10_msg.erl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -433,16 +433,12 @@ wrap_ap_value(V) when is_integer(V) ->
433433
case V < 0 of
434434
true -> {int, V};
435435
false -> {uint, V}
436-
<<<<<<< HEAD
437-
end.
438-
=======
439436
end;
440437
wrap_ap_value(V) when is_number(V) ->
441438
%% AMQP double and Erlang float are both 64-bit.
442439
{double, V};
443440
wrap_ap_value(TaggedValue) when is_tuple(TaggedValue) ->
444441
TaggedValue.
445-
>>>>>>> 814d44dd82 (Convert array from AMQP 1.0 to AMQP 0.9.1)
446442

447443
%% LOCAL
448444
header_value(durable, undefined) -> false;

0 commit comments

Comments
 (0)