Merge pull request #1256 from HandyOrg/t/bot/fix-codeformatting

[Bot] Automated PR to fix formatting errors
This commit is contained in:
NaBian 2022-09-03 18:02:30 +08:00 committed by GitHub
commit 15e3170cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ public class CheckComboBox : ListBox, IDataInput
if (_selectAllItem != null)
{
_selectAllItem.Selected += SelectAllItem_Selected;
_selectAllItem.Unselected += SelectAllItem_Unselected;
_selectAllItem.Unselected += SelectAllItem_Unselected;
}
UpdateTags();