Fix indentation

This commit is contained in:
Niels Andriesse
2021-05-21 15:09:50 +10:00
parent 49c3ffd9ca
commit a4a11e8e5e
2 changed files with 1 additions and 9 deletions

View File

@@ -43,6 +43,7 @@ import org.thoughtcrime.securesms.loki.utilities.getString
import org.thoughtcrime.securesms.mms.PartAuthority
class Storage(context: Context, helper: SQLCipherOpenHelper) : Database(context, helper), StorageProtocol {
override fun getUserPublicKey(): String? {
return TextSecurePreferences.getLocalNumber(context)
}