Skip to content

Commit 08db4c5

Browse files
committed
fix: add semicolon to satisfy clippy lint
1 parent 4879c34 commit 08db4c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/stream/sc_stream.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ impl SCStream {
382382
}
383383
}
384384
unsafe {
385-
ffi::sc_stream_update_configuration(self.ptr, configuration.as_ptr(), completion)
386-
};
385+
ffi::sc_stream_update_configuration(self.ptr, configuration.as_ptr(), completion);
386+
}
387387
Ok(())
388388
}
389389

0 commit comments

Comments
 (0)