Fixed comment
This commit is contained in:
parent
c85da84272
commit
399cc4d745
@ -132,7 +132,7 @@ public partial class EntityLinker
|
|||||||
|
|
||||||
public string Rewrite()
|
public string Rewrite()
|
||||||
{
|
{
|
||||||
// The order matters! We must first rewrite the columns first,
|
// The order matters! We must rewrite the columns first,
|
||||||
// so that their indexes are not modified when inserting imports.
|
// so that their indexes are not modified when inserting imports.
|
||||||
_source.InsertMultiLine(LastColumn.EndIndex, _columnsBuffer.Append("\n").ToArray());
|
_source.InsertMultiLine(LastColumn.EndIndex, _columnsBuffer.Append("\n").ToArray());
|
||||||
_source.InsertMultiLine(LastImport.EndIndex, _importsBuffer.Append("\n").ToArray());
|
_source.InsertMultiLine(LastImport.EndIndex, _importsBuffer.Append("\n").ToArray());
|
||||||
|
Loading…
Reference in New Issue
Block a user