Skip to content
Snippets Groups Projects
Commit acb6d5ed authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Minor formatting fix

parent f751b98a
No related branches found
No related tags found
No related merge requests found
...@@ -103,8 +103,7 @@ abstract class QuasselDatabase : RoomDatabase() { ...@@ -103,8 +103,7 @@ abstract class QuasselDatabase : RoomDatabase() {
database = Room.databaseBuilder( database = Room.databaseBuilder(
context.applicationContext, context.applicationContext,
QuasselDatabase::class.java, DATABASE_NAME QuasselDatabase::class.java, DATABASE_NAME
) ).build()
.build()
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment