From 7c90768afb87622f7f21a4d44f5682fc604df34c Mon Sep 17 00:00:00 2001 From: Ophir LOJKINE Date: Wed, 30 Mar 2022 14:46:23 +0200 Subject: [PATCH] add newline at the end of the file to make cargo fmt happy --- tests/rand.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rand.rs b/tests/rand.rs index 2e7ceb7..cec07c5 100644 --- a/tests/rand.rs +++ b/tests/rand.rs @@ -19,4 +19,4 @@ fn test_random() { fn test_random_errors() { assert!(eval("random(9)").is_err()); assert!(eval("random(\"a\", \"b\")").is_err()); -} \ No newline at end of file +}