Improve value formatting

This commit is contained in:
Evgeniy Khramtsov 2018-07-09 20:32:01 +03:00
parent dc6861eb73
commit 8b9166d067
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ intersection(L1, L2) ->
format_val(I) when is_integer(I) ->
integer_to_list(I);
format_val(S) when is_binary(S) ->
S;
<<$", S/binary, $">>;
format_val(B) when is_atom(B) ->
erlang:atom_to_binary(B, utf8);
format_val(YAML) ->