Skip to content

Commit e9c94d3

Browse files
committed
coding style
1 parent f0006e3 commit e9c94d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cppproperties/qt_widgets/factory.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ namespace tct::properties::qt_widgets
2727
template<typename T_raw, typename T_editor>
2828
[[nodiscard]]
2929
static
30-
std::unique_ptr<QWidget> build_widget(property_base* pb)
30+
std::unique_ptr<QWidget>
31+
build_widget(property_base* pb)
3132
{
3233
// Make sure the editor can handle this type
3334
static_assert(std::is_same_v<T_raw, typename T_editor::type>);

0 commit comments

Comments
 (0)