Skip to content

Commit d57c032

Browse files
committed
Fixed ordering of using directives
1 parent af5ef8a commit d57c032

File tree

7 files changed

+3
-9
lines changed

7 files changed

+3
-9
lines changed

Microsoft.Toolkit.Uwp/Deferred/EventDeferral.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44

55
using System;
6-
using System.Collections.Generic;
7-
using System.Text;
86
using System.Threading;
97
using System.Threading.Tasks;
108

Microsoft.Toolkit.Uwp/Extensions/StringExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
using Windows.ApplicationModel.Resources;
66
using Windows.UI;
7-
using Windows.UI.WindowManagement;
87
using Windows.UI.Xaml;
98

109
namespace Microsoft.Toolkit.Uwp.Extensions

Microsoft.Toolkit.Uwp/Helpers/DeepLinkParser/CollectionFormingDeepLinkParser.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44

55
using System;
6-
using System.Collections.Generic;
76
using System.Linq;
87
using Windows.ApplicationModel.Activation;
98

Microsoft.Toolkit.Uwp/Helpers/PrintHelper/PrintHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
using System.Collections.Generic;
77
using System.Linq;
88
using System.Threading.Tasks;
9+
using Microsoft.Toolkit.Uwp.Extensions;
910
using Windows.Graphics.Printing;
1011
using Windows.System;
1112
using Windows.UI.Xaml;
1213
using Windows.UI.Xaml.Controls;
1314
using Windows.UI.Xaml.Printing;
14-
using Microsoft.Toolkit.Uwp.Extensions;
1515

1616
namespace Microsoft.Toolkit.Uwp.Helpers
1717
{

Microsoft.Toolkit.Uwp/Helpers/PrintHelper/PrintHelperStateBag.cs

Lines changed: 1 addition & 1 deletion
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 Microsoft.Toolkit.Uwp.Extensions;
56
using Windows.System;
67
using Windows.UI.Xaml;
7-
using Microsoft.Toolkit.Uwp.Extensions;
88

99
namespace Microsoft.Toolkit.Uwp.Helpers
1010
{

Microsoft.Toolkit.Uwp/Helpers/RemoteDeviceHelper/RemoteDeviceHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
using System.Collections.Generic;
77
using System.Collections.ObjectModel;
88
using System.Linq;
9+
using Microsoft.Toolkit.Uwp.Extensions;
910
using Windows.System;
1011
using Windows.System.RemoteSystems;
11-
using Microsoft.Toolkit.Uwp.Extensions;
1212

1313
namespace Microsoft.Toolkit.Uwp.Helpers
1414
{

Microsoft.Toolkit.Uwp/Structures/OSVersion.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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 Windows.System.Profile;
6-
75
namespace Microsoft.Toolkit.Uwp.Helpers
86
{
97
/// <summary>

0 commit comments

Comments
 (0)