Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
skaunov committed Oct 22, 2023
1 parent e3c849a commit 15f5de2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust-k256/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ use k256::{
FieldBytes,
ProjectivePoint,
Scalar,
Secp256k1, U256
Secp256k1,
U256,
}; // requires 'getrandom' feature

const L: usize = 48;
Expand Down

0 comments on commit 15f5de2

Please sign in to comment.