style: removed empty lines

[skip ci][skip changelog]
This commit is contained in:
Constrat
2024-07-25 23:27:08 +02:00
parent 91a33a9f5b
commit fef326b367

View File

@@ -44,7 +44,5 @@ namespace MaaWpfGui.Views.UserControl
Regex regex = NumbersRegex();
e.Handled = !regex.IsMatch(newText);
}
}
}