From 10b4406938440a3c502f139e22f403a8075b6fb2 Mon Sep 17 00:00:00 2001 From: rabbitism Date: Sat, 6 Apr 2024 19:38:28 +0800 Subject: [PATCH] fix: revert back to UTF8-BOM first --- src/Ursa/Controls/NumericUpDown/NumericUpDownBase.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ursa/Controls/NumericUpDown/NumericUpDownBase.cs b/src/Ursa/Controls/NumericUpDown/NumericUpDownBase.cs index 623b3c3..5d41aaa 100644 --- a/src/Ursa/Controls/NumericUpDown/NumericUpDownBase.cs +++ b/src/Ursa/Controls/NumericUpDown/NumericUpDownBase.cs @@ -1,4 +1,4 @@ -using System.Diagnostics; +using System.Diagnostics; using System.Globalization; using System.Net.Mime; using System.Windows.Input; @@ -748,4 +748,4 @@ public abstract class NumericUpDownBase : NumericUpDown where T : struct, ICo SetCurrentValue(ValueProperty, EmptyInputValue); SyncTextAndValue(false, forceTextUpdate: true); } -} +} \ No newline at end of file