mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Small cleanups.
This commit is contained in:
@@ -52,7 +52,7 @@ int commandLineRPC(const std::vector<std::string>& vCmd)
|
||||
int nRet = 0;
|
||||
try
|
||||
{
|
||||
if (!vCmd.size()) return 1;
|
||||
if (vCmd.empty()) return 1;
|
||||
|
||||
std::string strMethod = vCmd[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user