1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Removed some errant semicolons

This commit is contained in:
Brian Fiete 2020-03-02 07:03:42 -08:00
parent 2c30afbfcf
commit e6518a3aab
3 changed files with 5 additions and 5 deletions

View file

@ -2441,7 +2441,7 @@ namespace IDE.ui
sourceEditWidgetContent.PersistentTextPositions.Remove(persistentTextPositon);
delete persistentTextPositon;
}
};
}
mTargetEditWidget.Content.EnsureCursorVisible();
if ((insertType != null) && (insertText.Length > 0))