Skip to content

Commit 28f8b06

Browse files
committed
linting
1 parent e5250de commit 28f8b06

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/linear/logistic_regression.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,10 @@ mod tests {
819819
}
820820

821821
//TODO: serialization for the new DenseMatrix needs to be implemented
822-
#[cfg_attr(all(target_arch = "wasm32", not(target_os = "wasi")), wasm_bindgen_test::wasm_bindgen_test)]
822+
#[cfg_attr(
823+
all(target_arch = "wasm32", not(target_os = "wasi")),
824+
wasm_bindgen_test::wasm_bindgen_test
825+
)]
823826
#[test]
824827
#[cfg(feature = "serde")]
825828
fn serde() {

0 commit comments

Comments
 (0)