Skip to content

Commit 8b601a8

Browse files
committed
Delete duplicate code
1 parent 294601e commit 8b601a8

File tree

1 file changed

+0
-1
lines changed
  • app/src/main/java/com/vladshurakov/jetnotesapp/di

1 file changed

+0
-1
lines changed

app/src/main/java/com/vladshurakov/jetnotesapp/di/AppModule.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ object AppModule {
3232
@Provides
3333
@Singleton
3434
fun provideNoteDatabase(@ApplicationContext context: Context): NoteDatabase {
35-
fun provideNoteDatabase(@ApplicationContext context: Context): NoteDatabase{
3635
return Room.databaseBuilder(
3736
context = context,
3837
klass = NoteDatabase::class.java,

0 commit comments

Comments
 (0)