Skip to content

Commit 7a61fb4

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent afa0ca9 commit 7a61fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/CaseStudies/07-NavigationLinkList.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ListOfNavigationLinksViewModel: ObservableObject {
5454
}
5555
}
5656

57-
fileprivate struct RowView: View {
57+
private struct RowView: View {
5858
@ObservedObject var viewModel: ListOfNavigationLinksRowViewModel
5959

6060
var body: some View {
@@ -111,7 +111,7 @@ class ListOfNavigationLinksRowViewModel: Identifiable, ObservableObject {
111111
}
112112
}
113113

114-
fileprivate struct EditView: View {
114+
private struct EditView: View {
115115
@Binding var counter: Int
116116

117117
var body: some View {

0 commit comments

Comments
 (0)