diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-09-19 18:47:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 18:47:29 +0000 |
commit | 6fa7b63a93a51f70a2f3d900894ae357c1d553c4 (patch) | |
tree | 304d7f4b9a94c9b6257d7f8b41dcefe587335e0a /crypto | |
parent | 227a9c5b931f4e4d7df32092046ec6e75b19a873 (diff) |
fix(deps): update dependency com.facebook:ktfmt to v0.46 (#2689)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/pgpainless/src/test/kotlin/app/passwordstore/crypto/PGPainlessCryptoHandlerTest.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/pgpainless/src/test/kotlin/app/passwordstore/crypto/PGPainlessCryptoHandlerTest.kt b/crypto/pgpainless/src/test/kotlin/app/passwordstore/crypto/PGPainlessCryptoHandlerTest.kt index 5f5f8340..8bf6ba1e 100644 --- a/crypto/pgpainless/src/test/kotlin/app/passwordstore/crypto/PGPainlessCryptoHandlerTest.kt +++ b/crypto/pgpainless/src/test/kotlin/app/passwordstore/crypto/PGPainlessCryptoHandlerTest.kt @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-only */ @file:Suppress("JUnitMalformedDeclaration") // The test runner takes care of it + package app.passwordstore.crypto import app.passwordstore.crypto.CryptoConstants.KEY_PASSPHRASE |