Skip to content

Commit d6ad4da

Browse files
Compile, references #198
1 parent fc2622d commit d6ad4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_delayed_message_utils.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ try_convert_to_int(Type, Delay) ->
9797
case lists:member(Type, ?FLOAT_ARG_TYPES) of
9898
true -> {ok, trunc(Delay)};
9999
false -> {error, {unacceptable_type, Type}}
100-
end.
100+
end
101101
end.
102102

103103
%% adapted from rabbit_amqqueue.erl

0 commit comments

Comments
 (0)