File tree 1 file changed +1
-2
lines changed 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -156,14 +156,13 @@ private IEnumerable<DiagnosticRecord> FindHashtableViolations(TokenOperations to
156
156
// This is how the algorithm actually works:
157
157
// if each key value pair are on a separate line
158
158
// find all the assignment operators
159
- // if all the assignment operators are aligned (check the column number of each alignment operator)
159
+ // if all the assignment operators are aligned (check the column number of each assignment operator)
160
160
// skip
161
161
// else
162
162
// find the distance between the assignment operators and their corresponding LHS
163
163
// find the longest left expression
164
164
// make sure all the assignment operators are in the same column as that of the longest left hand.
165
165
166
- var alignments = new List < int > ( ) ;
167
166
foreach ( var astItem in hashtableAsts )
168
167
{
169
168
var hashtableAst = ( HashtableAst ) astItem ;
You can’t perform that action at this time.
0 commit comments