Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Apr 1, 2019
1 parent 96f7a15 commit 6a2d72c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/hazardous/stream/chacha20.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ struct InternalState {
}

impl Drop for InternalState {
fn drop(&mut self) {
self.state.zeroize();
}
fn drop(&mut self) { self.state.zeroize(); }
}

impl InternalState {
Expand Down

0 comments on commit 6a2d72c

Please sign in to comment.