add newline at the end of the file to make cargo fmt happy

This commit is contained in:
Ophir LOJKINE 2022-03-30 14:46:23 +02:00
parent bce31e24ae
commit 7c90768afb

View File

@ -19,4 +19,4 @@ fn test_random() {
fn test_random_errors() {
assert!(eval("random(9)").is_err());
assert!(eval("random(\"a\", \"b\")").is_err());
}
}