RxSwiftCommunity / RxDataSources

UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)
MIT License
3.07k stars 485 forks source link

#trivial Omit completion from performBatchUpdates #410

Open jolyot opened 2 years ago

jolyot commented 2 years ago

It would be simpler to omit the completion parameter from performBatchUpdates(_:completion:) function instead of setting nil because the default value of the completion parameter is the same one.

rxswiftcommunity[bot] commented 2 years ago

It looks like code was changed without adding anything to the Changelog.

Generated by :no_entry_sign: dangerJS