Skip to content

Commit 2cb5e83

Browse files
Fix using statement order for StyleCop
1 parent 1e17870 commit 2cb5e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Input/ColorPicker/ColorPickerSlider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5+
using System;
56
using Microsoft.Toolkit.Uwp.Helpers;
67
using Microsoft.Toolkit.Uwp.UI.Controls.ColorPickerConverters;
7-
using System;
88
using Windows.Foundation;
99
using Windows.UI;
1010
using Windows.UI.Xaml;

0 commit comments

Comments
 (0)