Skip to content
Snippets Groups Projects
Commit 296eda49 authored by Aleksei Voronin's avatar Aleksei Voronin
Browse files

[*] micro cleanup

parent e64af2e4
No related branches found
No related tags found
1 merge request!48Bugs 3746
......@@ -127,7 +127,6 @@ void dap_chain_datum_token_flags_dump(dap_string_t * a_str_out, uint16_t a_flags
if(!a_flags){
dap_string_append_printf(a_str_out, "%s\n",
c_dap_chain_datum_token_flag_str[DAP_CHAIN_DATUM_TOKEN_FLAG_NONE]);
dap_string_append_printf(a_str_out, "<NONE>\n");
return;
}
bool is_first = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment