fix: formatting

This commit is contained in:
Volodymyr Orlov
2020-11-11 17:26:49 -08:00
parent f0371673a4
commit 830a0d9194
+1 -1
View File
@@ -130,7 +130,7 @@ impl<T: RealNumber, M: Matrix<T>> RidgeRegression<T, M> {
if n <= p {
return Err(Failed::fit(
"Number of rows in X should be >= number of columns in X"
"Number of rows in X should be >= number of columns in X",
));
}