Skip to content

Commit 38b3f09

Browse files
committed
#257 fix style
1 parent 85bba02 commit 38b3f09

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-
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)