Skip to content

Commit

Permalink
Fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Jun 7, 2024
1 parent 16990be commit 37da365
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ripple/app/paths/Flow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ flow(
// different types, use templates to tell `flow` about the amount types.
path::RippleCalc::Output result;
std::visit(
[&, &strands_ = strands]<typename TIn, typename TOut>(
TIn*&&, TOut*&&) {
[&, &strands_ = strands]<typename TIn, typename TOut>(TIn*&&, TOut*&&) {
result = finishFlow(
sb,
srcAsset,
Expand Down

0 comments on commit 37da365

Please sign in to comment.