Skip to content

Commit

Permalink
Fix indentation in new template
Browse files Browse the repository at this point in the history
  • Loading branch information
Nooba committed Oct 2, 2023
1 parent 3777fdf commit 789eb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates_library/async/coordinator.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class {{name}}Coordinator: Coordinator {
private unowned var navigationController: UINavigationController

nonisolated init(navigationController: UINavigationController,
dependencyProvider: ApplicationDependencyProvider) {
dependencyProvider: ApplicationDependencyProvider) {
self.navigationController = navigationController
self.dependencyProvider = dependencyProvider
}
Expand Down

0 comments on commit 789eb7f

Please sign in to comment.