From a7485eba2999def702e8e3b4dacd9a837bdc60b1 Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Tue, 9 May 2023 15:31:54 +0200 Subject: [PATCH] Update Mastodon/Diffable/User/UserSection.swift Co-authored-by: Nathan Mattes --- Mastodon/Diffable/User/UserSection.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mastodon/Diffable/User/UserSection.swift b/Mastodon/Diffable/User/UserSection.swift index 7defe5495..e45c1fa1f 100644 --- a/Mastodon/Diffable/User/UserSection.swift +++ b/Mastodon/Diffable/User/UserSection.swift @@ -27,7 +27,7 @@ extension UserSection { weak var userTableViewCellDelegate: UserTableViewCellDelegate? } - static func diffableDataSource( + static func diffableDataSource( tableView: UITableView, context: AppContext, authContext: AuthContext,