Skip to content

Commit

Permalink
fix the spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhong1 committed Apr 2, 2021
1 parent 54fbd50 commit fb2fdef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ceph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ pub struct IoCtx {
unsafe impl Send for IoCtx {}
unsafe impl Sync for IoCtx {}


impl Drop for IoCtx {
fn drop(&mut self) {
if !self.ioctx.is_null() {
Expand Down

0 comments on commit fb2fdef

Please sign in to comment.