CLI: fixed unnecessary eol in config_get

This commit is contained in:
DrZlo13 2021-12-07 18:01:33 +10:00
parent a2e29784fb
commit 38c9d9d14b
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ void cli_config_get(Cli* cli, mstring_t* args) {
}
cli_printf(cli, "wifi_mode: %s", mstring_get_cstr(value));
cli_write_eol(cli);
mstring_free(value);
}