aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/operators.rs
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/operators.rs')
-rw-r--r--testing/tests/operators.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/tests/operators.rs b/testing/tests/operators.rs
index de51677..edeb32a 100644
--- a/testing/tests/operators.rs
+++ b/testing/tests/operators.rs
@@ -17,7 +17,6 @@ fn test_compare() {
assert_eq!(t.render().unwrap(), "tf\ntf\ntf\ntf\ntf\ntf");
}
-
#[derive(Template)]
#[template(path = "operators.html")]
struct OperatorsTemplate {
@@ -32,7 +31,6 @@ fn test_operators() {
assert_eq!(t.render().unwrap(), "muldivmodaddrshlshbandbxorborandor");
}
-
#[derive(Template)]
#[template(path = "precedence.html")]
struct PrecedenceTemplate {}