Skip to content

Commit

Permalink
Add private
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Kostin authored and Victor Kostin committed Nov 27, 2024
1 parent 282c7ff commit 308418b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ContentViewModel: ObservableObject {
@Published var pass: String = ""
@Published var confirmPass: String = ""

let coordinator: ContentCoordinator
private let coordinator: ContentCoordinator

init(coordinator: ContentCoordinator) {
self.coordinator = coordinator
Expand Down

0 comments on commit 308418b

Please sign in to comment.