From d390bc7a87d8a700e1d63fff6728ee206a46cf29 Mon Sep 17 00:00:00 2001 From: tequ Date: Sat, 31 Jan 2026 01:33:29 +0900 Subject: [PATCH] clang-format --- src/xrpld/app/tx/detail/MPTokenIssuanceCreate.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/xrpld/app/tx/detail/MPTokenIssuanceCreate.h b/src/xrpld/app/tx/detail/MPTokenIssuanceCreate.h index 14dd47e65b..ba5d9d6d9b 100644 --- a/src/xrpld/app/tx/detail/MPTokenIssuanceCreate.h +++ b/src/xrpld/app/tx/detail/MPTokenIssuanceCreate.h @@ -44,11 +44,7 @@ public: doApply() override; static Expected - create( - ApplyView& view, - STTx const& tx, - beast::Journal journal, - MPTCreateArgs const& args); + create(ApplyView& view, STTx const& tx, beast::Journal journal, MPTCreateArgs const& args); }; } // namespace xrpl