mirror of
https://github.com/monero-project/monero.git
synced 2025-05-07 07:55:00 -04:00
remove empty statements
Cleaning up a little around the code base.
This commit is contained in:
parent
6b2b1d6368
commit
c61abf87c0
11 changed files with 14 additions and 14 deletions
|
@ -237,7 +237,7 @@ namespace net_utils
|
|||
return send_hook("Unknown command. Try list, nodes, config, fetch, version or quit\n");
|
||||
}
|
||||
|
||||
return send_hook("Unknown command. Try list, nodes, config, fetch, version or quit\n");;
|
||||
return send_hook("Unknown command. Try list, nodes, config, fetch, version or quit\n");
|
||||
}
|
||||
|
||||
bool handle_list_command()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue