Skip to content

Commit 9292fe1

Browse files
committed
Remove unneeded whitespace
One line of whitespace is customary, remove additional unneeded lines of whitespace.
1 parent 589db56 commit 9292fe1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ecdh.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@ pub struct SharedSecret {
4747
}
4848
impl_raw_debug!(SharedSecret);
4949

50-
5150
// This implementes `From<N>` for all `[u8; N]` arrays from 128bits(16 byte) to 2048bits allowing known hash lengths.
5251
// Lower than 128 bits isn't resistant to collisions any more.
5352
impl_from_array_len!(SharedSecret, 256, (16 20 28 32 48 64 96 128 256));
5453

5554
impl SharedSecret {
56-
5755
/// Create an empty SharedSecret
5856
pub(crate) fn empty() -> SharedSecret {
5957
SharedSecret {

0 commit comments

Comments
 (0)