From 2896e0328d3b12309306fe8d9af9af733b2a0beb Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Mon, 3 Oct 2022 21:25:50 +0800 Subject: [PATCH] consistent naming --- Mac/MainWindow/About/CreditsNetNewsWireView.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mac/MainWindow/About/CreditsNetNewsWireView.swift b/Mac/MainWindow/About/CreditsNetNewsWireView.swift index 5fec5540d..1e88be2d9 100644 --- a/Mac/MainWindow/About/CreditsNetNewsWireView.swift +++ b/Mac/MainWindow/About/CreditsNetNewsWireView.swift @@ -17,7 +17,7 @@ struct CreditsNetNewsWireView: View, LoadableAboutData { Section("Primary Contributors") { GroupBox { ForEach(0.. some View { + func contributorView(_ appCredit: AboutData.Contributor) -> some View { HStack { Text(appCredit.name) Spacer()