From a188ad3f724f2072020ad3985de9db30b0bf3e83 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 5 May 2023 00:28:59 +0530 Subject: chore: remove redundant suppressions --- ssh/src/main/kotlin/app/passwordstore/ssh/utils/SSHKeyUtils.kt | 2 -- 1 file changed, 2 deletions(-) (limited to 'ssh') diff --git a/ssh/src/main/kotlin/app/passwordstore/ssh/utils/SSHKeyUtils.kt b/ssh/src/main/kotlin/app/passwordstore/ssh/utils/SSHKeyUtils.kt index 86ce478e..d192ea21 100644 --- a/ssh/src/main/kotlin/app/passwordstore/ssh/utils/SSHKeyUtils.kt +++ b/ssh/src/main/kotlin/app/passwordstore/ssh/utils/SSHKeyUtils.kt @@ -17,7 +17,6 @@ internal object SSHKeyUtils { Regex("END .* PRIVATE KEY").containsMatchIn(lines.last()) } - @Suppress("BlockingMethodInNonBlockingContext") suspend fun getOrCreateWrappedPrivateKeyFile( context: Context, requiresAuthentication: Boolean, @@ -36,7 +35,6 @@ internal object SSHKeyUtils { } } - @Suppress("BlockingMethodInNonBlockingContext") private suspend fun getOrCreateWrappingMasterKey( context: Context, requireAuthentication: Boolean -- cgit v1.2.3