Skip to content

Commit 0027106

Browse files
authored
Fix missing space (#313)
1 parent 8596495 commit 0027106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

camellia/src/camellia.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ macro_rules! impl_camellia {
284284
#[cfg(feature = "zeroize")]
285285
#[cfg_attr(docsrs, doc(cfg(feature = "zeroize")))]
286286
impl Drop for $name {
287-
fn drop(&mut self){
287+
fn drop(&mut self) {
288288
self.k.zeroize();
289289
}
290290
}

0 commit comments

Comments
 (0)