Skip to content

Commit

Permalink
lint: format CPP
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Aug 15, 2024
1 parent 4d67e58 commit 924eb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfi/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3013,7 +3013,7 @@ static Res PaybackWithSwappedCollateral(const DCT_ID &collId,
auto estimatedCollPerDUSD = std::make_pair(output.GetLow64(), totalUSD.GetLow64());
// now see how much collateral is acutally useable per vault
LogPrintf("first esimate (based on wanted DUSD output): %s (%s@%d -> %s@DUSD)\n",
GetDecimalString(DivideAmounts(estimatedCollPerDUSD.first , estimatedCollPerDUSD.second)),
GetDecimalString(DivideAmounts(estimatedCollPerDUSD.first, estimatedCollPerDUSD.second)),
GetDecimalString(output.GetLow64()),
collId.v,
GetDecimalString(totalUSD.GetLow64()));
Expand Down

0 comments on commit 924eb43

Please sign in to comment.