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:
parent
2c30afbfcf
commit
e6518a3aab
3 changed files with 5 additions and 5 deletions
|
@ -2441,7 +2441,7 @@ namespace IDE.ui
|
|||
sourceEditWidgetContent.PersistentTextPositions.Remove(persistentTextPositon);
|
||||
delete persistentTextPositon;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
mTargetEditWidget.Content.EnsureCursorVisible();
|
||||
if ((insertType != null) && (insertText.Length > 0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue