Remove accidental unicode NBSP char
This commit is contained in:
parent
04e6063ce0
commit
f9352b6ff0
@ -189,7 +189,7 @@ fill_tab(t = Tab) ->
|
|||||||
[mrdb:insert(Tab, {Tab, K, V}) || {K,V} <- raw_objs()],
|
[mrdb:insert(Tab, {Tab, K, V}) || {K,V} <- raw_objs()],
|
||||||
ok;
|
ok;
|
||||||
fill_tab(r = Tab) ->
|
fill_tab(r = Tab) ->
|
||||||
[mrdb:insert(Tab, Obj) || Obj <- objs()],
|
[mrdb:insert(Tab, Obj) || Obj <- objs()],
|
||||||
ok.
|
ok.
|
||||||
|
|
||||||
prefixed_raw_objs(Pfx) ->
|
prefixed_raw_objs(Pfx) ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user