Skip to content

Commit 4229bcc

Browse files
committed
Fix double blank lines style violation
1 parent 0d88ae3 commit 4229bcc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/DocumentationRules/SA1642SA1643CodeFixProvider.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ private static Task<Document> GetTransformedDocumentAsync(Document document, Syn
184184
list = BuildStandardTextSyntaxList(typeDeclaration, standardText[0], standardText[1] + trailingString);
185185
}
186186

187-
188187
newContent = newContent.InsertRange(0, list);
189188

190189
newContent = RemoveTrailingEmptyLines(newContent);

0 commit comments

Comments
 (0)