Skip to content

Commit

Permalink
chore: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
izaaz committed Sep 25, 2024
1 parent 19f98f3 commit e36222c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ internal object AndroidStorageContextV3 {
fun getIdentityStorageFileName(): String {
return "identity"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,3 @@ class AndroidIdentifyInterceptStorageProviderV2 : StorageProvider {
)
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ internal class LegacySdkStorageContext(val amplitude: Amplitude) {
val remnantDataMigration = RemnantDataMigration(amplitude, databaseStorage)
remnantDataMigration.execute()
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.amplitude.android.storage

enum class StorageVersion(val rawValue:Int) {
enum class StorageVersion(val rawValue: Int) {
V3(3),
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,3 @@ class AndroidStorage(
return "amplitude-disk-queue"
}
}


0 comments on commit e36222c

Please sign in to comment.