From 8c432ef78a8bad248dda2fa5f312503809e19fd6 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 21 Feb 2017 01:46:01 +0000 Subject: [PATCH] Another obsessive compulsive whitespace fix. --- src/scalar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scalar.rs b/src/scalar.rs index f98881b..17a4117 100644 --- a/src/scalar.rs +++ b/src/scalar.rs @@ -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 for Scalar {