Fixing indentation.

This commit is contained in:
grdman 2016-06-08 15:50:53 +02:00 committed by Rashiq
parent effd60b357
commit 8d3ffbe0ff

View File

@ -63,8 +63,8 @@ public class KiwixDatabase extends SquidDatabase {
@Override protected boolean onUpgrade(SQLiteDatabaseWrapper db, int oldVersion, int newVersion) {
if (newVersion >= 3) {
db.execSQL("DROP TABLE IF EXISTS recents");
tryCreateTable(RecentSearch.TABLE);
db.execSQL("DROP TABLE IF EXISTS recents");
tryCreateTable(RecentSearch.TABLE);
}
return true;
}