style: add comment to binary_string/1
This commit is contained in:
parent
90520a5382
commit
d98f7222ff
|
@ -210,6 +210,7 @@ binary_string_kv(K, V, JsonableFun) ->
|
|||
{K1, V1} -> {binary_string(K1), V1}
|
||||
end.
|
||||
|
||||
%% [FIXME] this doesn't belong here
|
||||
binary_string([]) ->
|
||||
[];
|
||||
binary_string(Val) when is_list(Val) ->
|
||||
|
|
Loading…
Reference in New Issue