mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Merge branch 'ximinez/lending-refactoring-4' into ximinez/lending-XLS-66
This commit is contained in:
@@ -637,7 +637,7 @@ inline std::string
|
|||||||
to_short_string(base_uint<Bits, Tag> const& a)
|
to_short_string(base_uint<Bits, Tag> const& a)
|
||||||
{
|
{
|
||||||
// LCOV_EXCL_START
|
// LCOV_EXCL_START
|
||||||
if constexpr (a.bytes <= 4)
|
if constexpr (base_uint<Bits, Tag>::bytes <= 4)
|
||||||
return to_string(a);
|
return to_string(a);
|
||||||
else
|
else
|
||||||
// LCOV_EXCL_STOP
|
// LCOV_EXCL_STOP
|
||||||
|
|||||||
Reference in New Issue
Block a user