Skip to content

Commit 6332d38

Browse files
committed
code format
1 parent 3b10a44 commit 6332d38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

questdb-rs/src/ingress/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ use std::str::FromStr;
3939
mod tls;
4040

4141
#[cfg(all(feature = "_sender-tcp", feature = "aws-lc-crypto"))]
42-
use aws_lc_rs::signature::{EcdsaKeyPair, ECDSA_P256_SHA256_FIXED_SIGNING};
42+
use aws_lc_rs::{
43+
rand::SystemRandom,
44+
signature::{EcdsaKeyPair, ECDSA_P256_SHA256_FIXED_SIGNING},
45+
};
4346

4447
#[cfg(all(feature = "_sender-tcp", feature = "ring-crypto"))]
4548
use ring::{

0 commit comments

Comments
 (0)