Fix formatting

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-08-04 21:55:13 +01:00
parent 7796b453c2
commit 3fa9a9fa38

View File

@@ -348,7 +348,7 @@ template <typename T>
concept IsInnerObjectTypePair = requires {
std::same_as<decltype(T::Field), SFieldNames>;
typename T::InnerObjectType;
} || std::is_same_v<T, void>;
} || std::is_same_v<T, void>;
// Those `GetInnerObjectStruct` classes iterate through each item in the array,
// and then return the type that the corresponding field name is equal to the