Skip to content

Commit 82ff3e4

Browse files
committed
missed rename
1 parent 2fc58a5 commit 82ff3e4

File tree

1 file changed

+1
-1
lines changed
  • src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/TextDifferencing

1 file changed

+1
-1
lines changed

src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/TextDifferencing/TextDiffer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,5 +229,5 @@ private void FindChangeExtent(ref int lowA, ref int highA, ref int lowB, ref int
229229
}
230230

231231
private bool SourceEqualUsingOffset(int oldSourceIndex, int newSourceIndex)
232-
=> SourceEqual(oldSourceIndex + _sourceOffsetA, newSourceIndex + _newSourceOffset);
232+
=> SourceEqual(oldSourceIndex + _oldSourceOffset, newSourceIndex + _newSourceOffset);
233233
}

0 commit comments

Comments
 (0)