Skip to content

Commit b39fbc0

Browse files
Update Microsoft.Toolkit.Uwp.UI/Extensions/TextBoxMask/TextBoxMask.cs
Removing extra line Co-authored-by: Michael Hawker MSFT (XAML Llama) <[email protected]>
1 parent 27d7b68 commit b39fbc0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Microsoft.Toolkit.Uwp.UI/Extensions/TextBoxMask/TextBoxMask.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ private static void Textbox_TextChanging(TextBox textbox, TextBoxTextChangingEve
296296
deleteBackspaceIndex++;
297297
}
298298
}
299-
300299
}
301300

302301
// case adding data at the end of the textbox
@@ -432,4 +431,4 @@ private static int GetSelectionStart(string mask, List<int> escapedChars, int se
432431
return selectionIndex;
433432
}
434433
}
435-
}
434+
}

0 commit comments

Comments
 (0)