From a76809a3fd3402f97d87fc3f3944108aedd81a6d Mon Sep 17 00:00:00 2001 From: tequ Date: Fri, 1 Nov 2024 16:25:08 +0900 Subject: [PATCH] clang-format --- src/libxrpl/protocol/Feature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libxrpl/protocol/Feature.cpp b/src/libxrpl/protocol/Feature.cpp index a9366a6807d..3f6e760577a 100644 --- a/src/libxrpl/protocol/Feature.cpp +++ b/src/libxrpl/protocol/Feature.cpp @@ -100,7 +100,7 @@ class FeatureCollections }; // Intermediate types to help with readability - template + template using feature_hashed_unique = boost::multi_index::hashed_unique< boost::multi_index::tag, boost::multi_index::member>;