Skip to content

Commit 0ff92e4

Browse files
committed
cargo fmt
1 parent 4e43817 commit 0ff92e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opnorm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ where
5959
// `self` is a tridiagonal matrix like,
6060
// [d0, u1, 0, ..., 0,
6161
// l1, d1, u2, ...,
62-
// 0, l2, d2,
62+
// 0, l2, d2,
6363
// ... ..., u{n-1},
6464
// 0, ..., l{n-1}, d{n-1},]
6565
let arr = match t {

0 commit comments

Comments
 (0)