Skip to content

Commit b6e7054

Browse files
committed
fmt
1 parent a1535f5 commit b6e7054

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chacha20/src/rng.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ impl Debug for Seed {
8787
/// * `[u32; 3]`
8888
/// * `[u8; 12]`
8989
/// * `u128`
90-
///
90+
///
9191
/// The arrays should be in little endian order.
9292
pub struct StreamId([u32; Self::LEN]);
9393

@@ -136,7 +136,7 @@ impl From<u64> for StreamId {
136136
/// * `u64`
137137
/// * `[u8; 8]`
138138
/// * `[u32; 2]`
139-
///
139+
///
140140
/// The arrays should be in little endian order.
141141
pub struct BlockPos([u32; 2]);
142142

@@ -417,7 +417,7 @@ macro_rules! impl_chacha_rng {
417417
/// * `u64`
418418
/// * `[u8; 8]`
419419
/// * `[u32; 2]`
420-
///
420+
///
421421
/// Note: the arrays should be in little endian order.
422422
#[inline]
423423
#[allow(unused)]
@@ -440,7 +440,7 @@ macro_rules! impl_chacha_rng {
440440
/// * `u64`
441441
/// * `[u8; 8]`
442442
/// * `[u32; 2]`
443-
///
443+
///
444444
/// Note: the arrays should be in little endian order.
445445
///
446446
/// This is initialized to zero; 2<sup>96</sup> unique streams of output

0 commit comments

Comments
 (0)