Skip to content

Commit 3f4121f

Browse files
committed
fixup! format
1 parent b3d710a commit 3f4121f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/Configurable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +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)(As...);
109+
void (T::*process)(As...);
110110
};
111111

112112
template <typename T>

0 commit comments

Comments
 (0)