style: add comment to binary_string/1

This commit is contained in:
Stefan Strigler 2023-04-14 11:52:21 +02:00
parent 90520a5382
commit d98f7222ff
1 changed files with 1 additions and 0 deletions

View File

@ -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) ->