Skip to content

Commit a5bd47f

Browse files
committed
remove space
1 parent 24972aa commit a5bd47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/modules/layout_builder/layout_builder.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ function layout_builder_plugin_filter_layout__layout_builder_alter(array &$defin
278278
}
279279
}
280280
}
281-
281+
282282
// Move the one column layout to the top.
283283
if (isset($definitions['layout_onecol']) && $definitions['layout_onecol']->getProvider() === 'layout_discovery') {
284284
$one_col = $definitions['layout_onecol'];

0 commit comments

Comments
 (0)