Fix Sourcery for `DiscoveryCommunityViewController` (#1231)

The annotation was referencing the wrong type.

Signed-off-by: Brentley Jones <github@brentleyjones.com>
This commit is contained in:
Brentley Jones 2024-02-22 03:36:47 -06:00 committed by GitHub
parent 71d81cc486
commit 10aa700e88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ extension DiscoveryCommunityViewController: AuthContextProvider {
// MARK: - UITableViewDelegate
extension DiscoveryCommunityViewController: UITableViewDelegate, AutoGenerateTableViewDelegate {
// sourcery:inline:CommunityViewController.AutoGenerateTableViewDelegate
// sourcery:inline:DiscoveryCommunityViewController.AutoGenerateTableViewDelegate
// Generated using Sourcery
// DO NOT EDIT