Skip to content

Commit f805364

Browse files
Be more explicit here
1 parent 2f8473b commit f805364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit_common/src/rabbit_numerical.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
%% human-readable output, or compact ASCII serializations for floats.
3131
digits(N) when is_integer(N) ->
3232
integer_to_list(N);
33-
digits(0.0) ->
33+
digits(+0.0) ->
3434
"0.0";
3535
digits(-0.0) ->
3636
"0.0";

0 commit comments

Comments
 (0)