From 31726d9dfd461b37bf6c1d5981349566a612e5dd Mon Sep 17 00:00:00 2001 From: Shawn Xie Date: Mon, 8 Jan 2024 15:07:52 -0500 Subject: [PATCH] clang --- src/ripple/app/tx/impl/Payment.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ripple/app/tx/impl/Payment.cpp b/src/ripple/app/tx/impl/Payment.cpp index d41422203c7..7bda0a02003 100644 --- a/src/ripple/app/tx/impl/Payment.cpp +++ b/src/ripple/app/tx/impl/Payment.cpp @@ -441,7 +441,8 @@ Payment::doApply() ter != tesSUCCESS) return ter; - if (auto const ter = requireAuth(view(), saDstAmount.issue(), uDstAccountID); + if (auto const ter = + requireAuth(view(), saDstAmount.issue(), uDstAccountID); ter != tesSUCCESS) return ter;