Skip to content

Commit e413adf

Browse files
committed
More merge fixes
1 parent bb93623 commit e413adf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib/support/FluentTreeObject.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ namespace chip {
4242
/// Where a `ByFoo` structure looks like:
4343
///
4444
/// struct ByFoo {
45-
/// using Key = int; // the KEY inside a type │ │ │ using Type = SomeContainerStruct; // the values for
46-
/// a sub-search │ │ │ static Span<Type> GetSpan(Data
47-
/// & data) { /* return ... */ } │ │ │ static bool HasKey(const Key & id, const Type & instance)
48-
/// { /* return "instance has key id" */ }
45+
/// using Key = int; // the KEY inside a type
46+
/// using Type = SomeContainerStruct; // the values for a sub-search
47+
/// static Span<Type> GetSpan(Data & data) { /* return ... */ }
48+
/// static bool HasKey(const Key & id, const Type & instance) { /* return "instance has key id" */ }
4949
/// }
5050
///
5151
/// Where we define:

0 commit comments

Comments
 (0)