Skip to content

Commit b3d710a

Browse files
committed
format
1 parent a137600 commit b3d710a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Framework/Core/include/Framework/Configurable.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ struct ProcessConfigurable : Configurable<bool, ConfigParamKind::kProcessFlag> {
106106
Configurable<bool, ConfigParamKind::kProcessFlag>(name_, std::forward<bool>(value_), help_)
107107
{
108108
}
109-
void(T::*process)
110-
(As...);
109+
void(T::*process)(As...);
111110
};
112111

113112
template <typename T>

0 commit comments

Comments
 (0)