Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
tequdev committed Nov 1, 2024
1 parent 16541e2 commit a76809a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libxrpl/protocol/Feature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class FeatureCollections
};

// Intermediate types to help with readability
template <class tag, typename Type, Type Feature::* PtrToMember>
template <class tag, typename Type, Type Feature::*PtrToMember>
using feature_hashed_unique = boost::multi_index::hashed_unique<
boost::multi_index::tag<tag>,
boost::multi_index::member<Feature, Type, PtrToMember>>;
Expand Down

0 comments on commit a76809a

Please sign in to comment.