Skip to content

Commit 0fe86b1

Browse files
authored
Update AppDelegate.swift
1 parent 0f38d4b commit 0fe86b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SomeProject/Application/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private extension AppDelegate {
3939
window?.makeKeyAndVisible()
4040
}
4141

42-
private func makeCoordinator() -> Coordinator {
42+
func makeCoordinator() -> Coordinator {
4343
return ApplicationCoordinator()
4444
}
4545

0 commit comments

Comments
 (0)