File tree Expand file tree Collapse file tree
StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/ReadabilityRules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,13 +111,13 @@ private static TypeArgumentListSyntax GetReplacementTypeArgumentList(GenericName
111111
112112 if ( ! argument . IsKind ( SyntaxKind . PredefinedType ) )
113113 {
114- var symbolArgument = symbolGenericNameSyntax . TypeArgumentList . Arguments [ i ] ;
114+ var symbolArgument = symbolGenericNameSyntax . TypeArgumentList . Arguments [ i ] ;
115115
116- var replacementArgument = GetReplacementName ( symbolArgument , argument )
117- . WithLeadingTrivia ( argument . GetLeadingTrivia ( ) )
118- . WithTrailingTrivia ( argument . GetTrailingTrivia ( ) ) ;
116+ var replacementArgument = GetReplacementName ( symbolArgument , argument )
117+ . WithLeadingTrivia ( argument . GetLeadingTrivia ( ) )
118+ . WithTrailingTrivia ( argument . GetTrailingTrivia ( ) ) ;
119119
120- replacements . Add ( argument , replacementArgument ) ;
120+ replacements . Add ( argument , replacementArgument ) ;
121121 }
122122 }
123123
You can’t perform that action at this time.
0 commit comments