From 9389df250d713a5ff8cebd4c21239246f0e853c6 Mon Sep 17 00:00:00 2001 From: Gregory Tsipenyuk Date: Tue, 25 Jun 2024 14:02:07 -0400 Subject: [PATCH] Fix clang format --- src/ripple/protocol/BaseAmount.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ripple/protocol/BaseAmount.h b/src/ripple/protocol/BaseAmount.h index b5b2f08fca9..74f479bc280 100644 --- a/src/ripple/protocol/BaseAmount.h +++ b/src/ripple/protocol/BaseAmount.h @@ -1258,8 +1258,7 @@ BaseAmount::operator bool() const noexcept } template -BaseAmount& -BaseAmount::operator=(beast::Zero) +BaseAmount& BaseAmount::operator=(beast::Zero) { clear(); return *this;