Skip to content

Commit

Permalink
Fix - Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nish committed Nov 12, 2024
1 parent 4893868 commit d12272c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ import org.koin.dsl.module
val domainModule = module {
single<GreetingFactory> { DefaultGreetingFactory() }
single { GreetingRepository(get()) }
}

0 comments on commit d12272c

Please sign in to comment.