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

Commit f64d0c3

Browse files
authored
Merge pull request #514 from telerik/vvgeorgiev-multi-blank-lines-fix
Fix build error. The code must not contain multiple blank lines in a row.
2 parents 46ef145 + a766dbb commit f64d0c3

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)