Another obsessive compulsive whitespace fix.

This commit is contained in:
Isis Lovecruft 2017-02-21 01:46:01 +00:00
parent 57884ecefa
commit 8c432ef78a
Failed to extract signature

View file

@ -43,7 +43,7 @@ use util::CTAssignable;
/// l = 2^252 + 27742317777372353535851937790883648493
///
/// is the order of the basepoint. The `Scalar` is stored as bytes.
#[derive(Copy,Clone)]
#[derive(Copy, Clone)]
pub struct Scalar(pub [u8; 32]);
impl Index<usize> for Scalar {