Skip to content

Commit

Permalink
remove extras
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Jan 23, 2025
1 parent 12d7979 commit 9371f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile/identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ impl Identity {
pem,
});
}
Err(e) => todo!("{:?}", e.to_string()),
Err(e) => todo!("{e}"),
}
}
None
Expand Down

0 comments on commit 9371f16

Please sign in to comment.