Skip to content

Commit

Permalink
Fix Sourcery for DiscoveryCommunityViewController (#1231)
Browse files Browse the repository at this point in the history
The annotation was referencing the wrong type.

Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones authored Feb 22, 2024
1 parent 71d81cc commit 10aa700
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10aa700

Please sign in to comment.