Skip to content

Commit e6a0257

Browse files
Add Missing Header
1 parent bd5cd48 commit e6a0257

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

UnitTests/UnitTests.UWP/Extensions/Test_LogicalTreeExtensions.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
using Microsoft.Toolkit.Uwp.Extensions;
2-
using Microsoft.Toolkit.Uwp.UI.Extensions;
3-
using Microsoft.VisualStudio.TestTools.UnitTesting;
4-
using Microsoft.VisualStudio.TestTools.UnitTesting.AppContainer;
5-
using System;
6-
using System.Collections.Generic;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
// See the LICENSE file in the project root for more information.
4+
75
using System.Linq;
8-
using System.Text;
96
using System.Threading.Tasks;
7+
using Microsoft.Toolkit.Uwp.Extensions;
8+
using Microsoft.Toolkit.Uwp.UI.Extensions;
9+
using Microsoft.VisualStudio.TestTools.UnitTesting;
1010
using Windows.UI.Xaml;
1111
using Windows.UI.Xaml.Controls;
1212
using Windows.UI.Xaml.Markup;

0 commit comments

Comments
 (0)