Skip to content

Commit 155d197

Browse files
authored
fix indentation
1 parent f43d4bf commit 155d197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TableViewCell.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ internal void SetElement()
448448
element.Style = boundColumn.ElementStyle;
449449
}
450450

451-
Content = element;
451+
Content = element;
452452

453453
#if !WINDOWS
454454
DispatcherQueue.TryEnqueue(async () =>

0 commit comments

Comments
 (0)