Skip to content

Commit

Permalink
Fix using statement order for StyleCop
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed Oct 21, 2022
1 parent 1e17870 commit 2cb5e83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System;
using Microsoft.Toolkit.Uwp.Helpers;
using Microsoft.Toolkit.Uwp.UI.Controls.ColorPickerConverters;
using System;
using Windows.Foundation;
using Windows.UI;
using Windows.UI.Xaml;
Expand Down

0 comments on commit 2cb5e83

Please sign in to comment.