rm space
This commit is contained in:
parent
13001396de
commit
87b5245494
|
@ -51,7 +51,7 @@
|
|||
%%% CLI
|
||||
%%%=============================================================================
|
||||
|
||||
cli(["add", Username, Password]) ->
|
||||
cli(["add", Username, Password]) ->
|
||||
?PRINT("~p~n", [add_user(list_to_binary(Username), list_to_binary(Password))]);
|
||||
|
||||
cli(["del", Username]) ->
|
||||
|
|
Loading…
Reference in New Issue