mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-27 23:25:53 +00:00
style: clang-tidy auto fixes (#2801)
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
19157dec74
commit
9ea61ba6b9
@@ -152,9 +152,8 @@ getLedgerIndex(boost::json::value const& value)
|
||||
return ledgerIndex;
|
||||
}
|
||||
return std::unexpected("Invalid ledger index string");
|
||||
} else {
|
||||
return std::unexpected("'validated' ledger index is requested");
|
||||
}
|
||||
return std::unexpected("'validated' ledger index is requested");
|
||||
}
|
||||
|
||||
} // namespace util
|
||||
|
||||
Reference in New Issue
Block a user