Adjust some whitespace

This commit is contained in:
Bjarne Fyrstenborg
2021-06-22 19:42:42 +02:00
parent a7c5bdafe4
commit 44e9fb92e8

View File

@@ -51,7 +51,8 @@
<div @RenderElementAttributes(area)>
@foreach (var control in area.controls)
{
if (control != null && control.editor != null && control.editor.view != null ) {
if (control != null && control.editor != null && control.editor.view != null)
{
<text>@await Html.PartialAsync("grid/editors/base", (object)control)</text>
}
}