Skip to content

Commit 63da9fb

Browse files
[autofix.ci] apply automated fixes
1 parent 2037e30 commit 63da9fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/cpp/include/slint.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ inline SharedVector<float> solve_box_layout(const cbindgen_private::BoxLayoutDat
123123
return result;
124124
}
125125

126-
inline SharedVector<float> solve_grid_layout(const cbindgen_private::GridLayoutData &data, cbindgen_private::Orientation orientation)
126+
inline SharedVector<float> solve_grid_layout(const cbindgen_private::GridLayoutData &data,
127+
cbindgen_private::Orientation orientation)
127128
{
128129
SharedVector<float> result;
129130
cbindgen_private::slint_solve_grid_layout(&data, orientation, &result);

0 commit comments

Comments
 (0)