From 4569484aa027aaf9f5f90258f3f43c8546950115 Mon Sep 17 00:00:00 2001 From: Andreas Longva Date: Wed, 1 Dec 2021 12:08:42 +0100 Subject: [PATCH] Line breaks --- nalgebra-sparse/src/io/matrix_market.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nalgebra-sparse/src/io/matrix_market.rs b/nalgebra-sparse/src/io/matrix_market.rs index 19434eb6..e65620df 100644 --- a/nalgebra-sparse/src/io/matrix_market.rs +++ b/nalgebra-sparse/src/io/matrix_market.rs @@ -436,7 +436,11 @@ impl FromStr for StorageScheme { /// Precheck if it's a valid header. /// -/// For more details, please check Boisvert, Ronald F., Roldan Pozo, and Karin A. Remington. The matrix market formats: Initial design. Technical report, Applied and Computational Mathematics Division, NIST, 1996. Section 3. +/// For more details, please check +/// +/// Boisvert, Ronald F., Roldan Pozo, and Karin A. Remington. +/// The matrix market formats: Initial design. +/// Technical report, Applied and Computational Mathematics Division, NIST, 1996. Section 3. fn typecode_precheck(tc: &Typecode) -> Result<(), MatrixMarketError> { match tc { Typecode {