Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit a766dbb

Browse files
authored
Fix build error
The code must not contain multiple blank lines in a row.
1 parent 46ef145 commit a766dbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Controls/Grid/Grid.UWP/View/Services/Editing/EditingService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ public bool CancelEdit(ActionTrigger trigger)
202202

203203
this.Owner.updateService.RegisterUpdate(update);
204204

205-
206205
if (this.operation.EditMode == DataGridUserEditMode.Inline)
207206
{
208207
this.Owner.EditRowLayer.EditorLayoutSlots.Clear();

0 commit comments

Comments
 (0)