Explorar o código

style: add comment to binary_string/1

Stefan Strigler %!s(int64=2) %!d(string=hai) anos
pai
achega
d98f7222ff
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      apps/emqx_utils/src/emqx_utils_maps.erl

+ 1 - 0
apps/emqx_utils/src/emqx_utils_maps.erl

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