Skip to content

Commit

Permalink
Fix missing space (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake authored May 25, 2022
1 parent 8596495 commit 0027106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camellia/src/camellia.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ macro_rules! impl_camellia {
#[cfg(feature = "zeroize")]
#[cfg_attr(docsrs, doc(cfg(feature = "zeroize")))]
impl Drop for $name {
fn drop(&mut self){
fn drop(&mut self) {
self.k.zeroize();
}
}
Expand Down

0 comments on commit 0027106

Please sign in to comment.