Skip to content

Commit db1a2b4

Browse files
committed
Organize usings on changed files
1 parent 97f435b commit db1a2b4

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/GenericTypeParameterDocumentationAnalyzer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
namespace StyleCop.Analyzers.DocumentationRules
55
{
66
using System;
7-
using System.Collections.Generic;
87
using System.Collections.Immutable;
98
using System.Linq;
109
using System.Xml.Linq;

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/SA1605PartialElementDocumentationMustHaveSummary.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33

44
namespace StyleCop.Analyzers.DocumentationRules
55
{
6-
using System;
76
using System.Collections.Immutable;
87
using System.Linq;
98
using System.Xml.Linq;
109
using Helpers;
1110
using Microsoft.CodeAnalysis;
12-
using Microsoft.CodeAnalysis.CSharp;
1311
using Microsoft.CodeAnalysis.CSharp.Syntax;
1412
using Microsoft.CodeAnalysis.Diagnostics;
1513

0 commit comments

Comments
 (0)