Skip to content

Commit 5a9e7a9

Browse files
committed
removed eol
1 parent 78daeba commit 5a9e7a9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/ciphers/aes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,4 +541,4 @@ mod tests {
541541
String::from_utf8(decrypted).unwrap().trim_end_matches('\0')
542542
);
543543
}
544-
}
544+
}

src/machine_learning/k_nearest_neighbors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,4 +347,4 @@ mod tests {
347347
let prediction = result.unwrap();
348348
assert!(prediction == "A" || prediction == "B");
349349
}
350-
}
350+
}

src/machine_learning/loss_function/kl_divergence_loss.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ mod tests {
3434
0.7752789394328498
3535
);
3636
}
37-
}
37+
}

src/machine_learning/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ pub use self::loss_function::mae_loss;
1919
pub use self::loss_function::mse_loss;
2020
pub use self::loss_function::neg_log_likelihood;
2121
pub use self::optimization::gradient_descent;
22-
pub use self::optimization::Adam;
22+
pub use self::optimization::Adam;

0 commit comments

Comments
 (0)