1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-02 09:43:29 +00:00

Apply small improvement

This commit is contained in:
Bernd Schoolmann
2025-10-31 13:19:46 +01:00
parent c90b1c2fa4
commit 2e2b251c5f

View File

@@ -406,7 +406,7 @@ impl TryFrom<String> for PublicKey {
impl Debug for PublicKey {
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
write!(f, "SshPublicKey(\"{}\")", self)
write!(f, "SshPublicKey(\"{self}\")")
}
}