Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Oct 9, 2024
1 parent d8784d5 commit 3c7883e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libxrpl/protocol/STParsedJSON.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ parseLeaf(

std::uint64_t val;

bool const useBase10 = field.shouldMeta(SField::sMD_BaseTen);
bool const useBase10 =
field.shouldMeta(SField::sMD_BaseTen);

// if the field is amount, serialize as base 10
auto [p, ec] = std::from_chars(
Expand Down

0 comments on commit 3c7883e

Please sign in to comment.