Skip to content

Commit

Permalink
removed useless commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Nassr-Allah committed Sep 25, 2023
1 parent c396fff commit e76d2d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import org.eu.exodus_privacy.exodusprivacy.objects.Constants
AutoMigration(
from = Constants.previousDatabaseVersion,
to = Constants.currentDatabaseVersion,
),
],
)
]
)
@TypeConverters(ExodusDatabaseConverters::class)
abstract class ExodusDatabase : RoomDatabase() {
Expand Down

0 comments on commit e76d2d9

Please sign in to comment.