2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

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

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