Skip to content

Commit 6c1830e

Browse files
committed
cargo fmt
1 parent eecf75e commit 6c1830e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mod aws_lc {
4141
#[cfg(not(feature = "aws-lc"))]
4242
include!(concat!(env!("OUT_DIR"), "/bindgen.rs"));
4343

44-
use libc::{c_char, c_void, c_long};
44+
use libc::{c_char, c_long, c_void};
4545

4646
// AWS-LC does not require initialization.
4747
pub fn init() {

0 commit comments

Comments
 (0)