Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Aug 26, 2020
1 parent 26580fc commit 977b11e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Analyzers/AnalyzersAndFixers.cs
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.

using System.Collections.Immutable;
using Microsoft.CodeAnalysis.CodeFixes;
Expand Down
3 changes: 0 additions & 3 deletions tests/Analyzers/FilterDiagnosticsTests.cs
@@ -1,12 +1,9 @@
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;

using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.Text;
using Microsoft.CodeAnalysis.Tools.Analyzers;
using Microsoft.CodeAnalysis.Tools.Formatters;
Expand Down
2 changes: 1 addition & 1 deletion tests/CodeFormatterTests.cs
Expand Up @@ -425,7 +425,7 @@ public async Task NoFilesFormattedInAnalyzersSolution_WhenNotFixingAnalyzers()
includeGenerated: false,
expectedExitCode: 0,
expectedFilesFormatted: 0,
expectedFileCount: 6,
expectedFileCount: 7,
fixAnalyzers: false);
}

Expand Down
@@ -1,4 +1,4 @@
namespace console_project
namespace console_project
{
public enum MyTypes
{
Expand Down

0 comments on commit 977b11e

Please sign in to comment.