Skip to content

Commit 0716c22

Browse files
committed
clang-format field_factory.h
1 parent 3e64a1f commit 0716c22

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pcms/field/field_factory.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ class FieldFactory
7171
};
7272

7373
template <typename T>
74-
Field<T> FieldFactory::CreateField(std::string name, FieldMetadata metadata) const
74+
Field<T> FieldFactory::CreateField(std::string name,
75+
FieldMetadata metadata) const
7576
{
7677
static_assert(is_supported_field_type_v<T>,
7778
"T is not a supported field type");

0 commit comments

Comments
 (0)