From 3fa9a9fa38066e1df6cc1793852d186cf19e981c Mon Sep 17 00:00:00 2001 From: JCW Date: Mon, 4 Aug 2025 21:55:13 +0100 Subject: [PATCH] Fix formatting Signed-off-by: JCW --- include/xrpl/protocol/TypedLedgerEntries.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/protocol/TypedLedgerEntries.h b/include/xrpl/protocol/TypedLedgerEntries.h index eeee4d1c70..d88fa2f348 100644 --- a/include/xrpl/protocol/TypedLedgerEntries.h +++ b/include/xrpl/protocol/TypedLedgerEntries.h @@ -348,7 +348,7 @@ template concept IsInnerObjectTypePair = requires { std::same_as; typename T::InnerObjectType; -} || std::is_same_v; +} || std::is_same_v; // Those `GetInnerObjectStruct` classes iterate through each item in the array, // and then return the type that the corresponding field name is equal to the