Remove extra line in doctest

This commit is contained in:
Henry de Valence 2018-07-05 13:34:14 -07:00
parent 0ab60b93ee
commit 5b009a033e

View file

@ -584,7 +584,6 @@ impl Scalar {
/// # extern crate curve25519_dalek;
/// # use curve25519_dalek::scalar::Scalar;
/// # fn main() {
///
/// let mut scalars = [
/// Scalar::from_u64(3),
/// Scalar::from_u64(5),