From 2cbf8481eb2de27ab84a83a27aed518428287eed Mon Sep 17 00:00:00 2001 From: Zuri Klaschka Date: Fri, 6 Dec 2024 20:25:51 +0100 Subject: [PATCH] style(frontend-react): Reformat code --- .../dashboard-editor/layout-editor/model/layout-editor-model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-react/src/lib/application/routes/dashboard-editor/layout-editor/model/layout-editor-model.ts b/frontend-react/src/lib/application/routes/dashboard-editor/layout-editor/model/layout-editor-model.ts index 7b5df3b..e19af33 100644 --- a/frontend-react/src/lib/application/routes/dashboard-editor/layout-editor/model/layout-editor-model.ts +++ b/frontend-react/src/lib/application/routes/dashboard-editor/layout-editor/model/layout-editor-model.ts @@ -89,7 +89,7 @@ export function fillWith( isAscending(x, columnIndex, x + width - 1) // in fill area ? widgetId : cell - ) + ) : row ) };