diff --git a/src/MaaWpfGui/Views/UserControl/TimerSettingsUserControl.xaml.cs b/src/MaaWpfGui/Views/UserControl/TimerSettingsUserControl.xaml.cs index b8bf9dd9f4..9fa0e5da94 100644 --- a/src/MaaWpfGui/Views/UserControl/TimerSettingsUserControl.xaml.cs +++ b/src/MaaWpfGui/Views/UserControl/TimerSettingsUserControl.xaml.cs @@ -44,7 +44,5 @@ namespace MaaWpfGui.Views.UserControl Regex regex = NumbersRegex(); e.Handled = !regex.IsMatch(newText); } - - } }