Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
uwaces authored and harrisonkaiser committed Nov 2, 2022
1 parent e526dce commit 593c340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/rust/s2n-tls/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ impl Builder {
unsafe { s2n_config_set_max_cert_chain_depth(self.as_mut_ptr(), depth).into_result() }?;
Ok(self)
}

pub fn set_send_buffer_size(&mut self, size: u32) -> Result<&mut Self, Error> {
unsafe { s2n_config_set_send_buffer_size(self.as_mut_ptr(), size).into_result() }?;
Ok(self)
Expand Down

0 comments on commit 593c340

Please sign in to comment.