mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Small formatting issue
This commit is contained in:
parent
13cf510e8a
commit
10b47c33d1
1 changed files with 1 additions and 1 deletions
|
@ -1108,7 +1108,7 @@ internal class DefaultKeysBackupService @Inject constructor(
|
|||
privateKeySalt: String,
|
||||
privateKeyIterations: Int,
|
||||
progressListener: ProgressListener): ByteArray {
|
||||
return deriveKey(passphrase, privateKeySalt, privateKeyIterations, progressListener)
|
||||
return deriveKey(passphrase, privateKeySalt, privateKeyIterations, progressListener)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue