Skip to content

Commit 85bba02

Browse files
committed
#257 delete random characters
1 parent 00480dd commit 85bba02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/io/github/sds100/keymapper/backup/BackupManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class BackupManagerImpl(
225225
val deviceInfoList by rootElement.byNullableArray(BackupContent.NAME_DEVICE_INFO)
226226

227227
val migratedKeyMapList = mutableListOf<KeyMapEntity>()
228-
ac
228+
229229
val keyMapMigrations = listOf(
230230
JsonMigration(9, 10) { json -> Migration9To10.migrateJson(json) },
231231
JsonMigration(10, 11) { json -> Migration10To11.migrateJson(json) },

0 commit comments

Comments
 (0)