mirror of
https://github.com/bitwarden/browser
synced 2026-02-02 09:43:29 +00:00
Apply small improvement
This commit is contained in:
@@ -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}\")")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user