From fef326b367ebcb8b52a4dc308d2ab18200ef1866 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com.> Date: Thu, 25 Jul 2024 23:27:08 +0200 Subject: [PATCH] style: removed empty lines [skip ci][skip changelog] --- .../Views/UserControl/TimerSettingsUserControl.xaml.cs | 2 -- 1 file changed, 2 deletions(-) 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); } - - } }