Skip to content

Commit 0e5ec56

Browse files
committed
chore: fmt
1 parent 9412675 commit 0e5ec56

File tree

1 file changed

+1
-1
lines changed
  • hash2curve/src/hash2field/expand_msg

1 file changed

+1
-1
lines changed

hash2curve/src/hash2field/expand_msg/xof.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! `expand_message_xof` for the `ExpandMsg` trait
22
33
use super::{Domain, ExpandMsg};
4-
use core::{fmt, num::NonZero, ops::Mul, array};
4+
use core::{array, fmt, num::NonZero, ops::Mul};
55
use digest::XofReader;
66
use digest::{
77
CollisionResistance, ExtendableOutput, HashMarker, Update, typenum::IsGreaterOrEqual,

0 commit comments

Comments
 (0)