Skip to content

Commit a1aec93

Browse files
committed
fixed last eol
1 parent 5a9e7a9 commit a1aec93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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/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+
}

0 commit comments

Comments
 (0)