Skip to content

Commit d3cfc7b

Browse files
authored
Cargo fmt src/server.rs (#71)
1 parent cb4e17e commit d3cfc7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ use crate::session::{
2222
use crate::{arc_with_incref_from_raw, cipher::rustls_certified_key};
2323
use crate::{
2424
ffi_panic_boundary, ffi_panic_boundary_bool, ffi_panic_boundary_generic,
25-
ffi_panic_boundary_ptr, ffi_panic_boundary_u16, ffi_panic_boundary_unit, try_ref_from_ptr,
26-
is_close_notify
25+
ffi_panic_boundary_ptr, ffi_panic_boundary_u16, ffi_panic_boundary_unit, is_close_notify,
26+
try_ref_from_ptr,
2727
};
2828

2929
/// A server config being constructed. A builder can be modified by,

0 commit comments

Comments
 (0)