Skip to content

Commit a34ce96

Browse files
Fix unresolved comment link.
1 parent 2086d1b commit a34ce96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnitTests/UnitTests.UWP/Helpers/Test_StorageHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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.VisualStudio.TestTools.UnitTesting;
7-
using System;
88
using Newtonsoft.Json;
99
using UnitTests.UWP.Helpers;
10-
using System.Diagnostics.Contracts;
10+
using Windows.Storage;
1111

1212
namespace UnitTests.Helpers
1313
{

0 commit comments

Comments
 (0)