Skip to content

Commit a22c158

Browse files
committed
Update formatting to latest rust release
Apparently formatting has changed a tiny bit...
1 parent 51606cf commit a22c158

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sprs-ldl/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ impl Ldl {
146146
}
147147
FillInReduction::CAMDSuiteSparse => {
148148
#[cfg(not(feature = "sprs_suitesparse_camd"))]
149-
panic!("Unavailable without the `sprs_suitesparse_camd` feature");
149+
panic!(
150+
"Unavailable without the `sprs_suitesparse_camd` feature"
151+
);
150152
#[cfg(feature = "sprs_suitesparse_camd")]
151153
sprs_suitesparse_camd::camd(mat.structure_view())
152154
}

0 commit comments

Comments
 (0)