From dcd42391435035fabba97a40c553ad21f7f461b7 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Sun, 20 Oct 2024 16:14:30 +0200 Subject: [PATCH] Update crates/bitwarden-exporters/src/lib.rs Co-authored-by: Oscar Hinton --- crates/bitwarden-exporters/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bitwarden-exporters/src/lib.rs b/crates/bitwarden-exporters/src/lib.rs index 20638f43b..728f505c6 100644 --- a/crates/bitwarden-exporters/src/lib.rs +++ b/crates/bitwarden-exporters/src/lib.rs @@ -140,6 +140,6 @@ pub struct SshKey { pub private_key: Option, /// Ssh public key (ed25519/rsa) according to RFC4253 https://datatracker.ietf.org/doc/html/rfc4253#section-6.6 pub public_key: Option, - /// Ssh fingerprint using SHA256 in the format: SHA256:BASE64_ENCODED_FINGERPRINT + /// SSH fingerprint using SHA256 in the format: `SHA256:BASE64_ENCODED_FINGERPRINT` pub fingerprint: Option, }