Style cop up and running (#5340)

Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
This commit is contained in:
Clint Rutkas
2020-07-31 09:49:42 -07:00
committed by GitHub
parent ab86fc9a5e
commit d9fd967c48
7 changed files with 74 additions and 56 deletions

View File

@@ -2,9 +2,9 @@
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Reflection;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using PreviewHandlerCommon;
using System.Reflection;
namespace UnitTests_PreviewHandlerCommon
{