Skip to content

Commit

Permalink
[FOLD] Fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Feb 8, 2024
1 parent 3d5b39c commit 12fd82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/app/paths/impl/MPTEndpointStep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ MPTEndpointStep<TDerived>::maxPaymentFlow(ReadView const& sb) const
return {MPTAmount{max}, DebtDirection::issues};
}

return {MPTAmount{0}, DebtDirection::issues}; // TODO MPT
return {MPTAmount{0}, DebtDirection::issues}; // TODO MPT
}

template <class TDerived>
Expand Down

0 comments on commit 12fd82b

Please sign in to comment.