From 44b700ecdfb1f7482a1737daa59d35e2a59e540c Mon Sep 17 00:00:00 2001 From: sterlingjensen <5555776+sterlingjensen@users.noreply.github.com> Date: Wed, 23 Mar 2022 22:08:20 -0500 Subject: [PATCH] run `cargo fmt` --- src/base/matrix.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/matrix.rs b/src/base/matrix.rs index 0f35c1ac..f5650701 100644 --- a/src/base/matrix.rs +++ b/src/base/matrix.rs @@ -1122,7 +1122,7 @@ impl> Matrix { } /// Iterate through the columns of this matrix. - /// + /// /// # Example /// ``` /// # use nalgebra::Matrix2x3;