aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/allow-whitespaces.html
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-07-20 11:07:16 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-07-20 11:07:24 +0200
commit40748eb8e0689af0fd8bb757ae24684d4b770d68 (patch)
tree9412f378af26fc39bcdb92a9d3c4d1b7325599f1 /testing/templates/allow-whitespaces.html
parent42c4cb1d877d696bb97aa2e9402429dad42d7d66 (diff)
downloadaskama-40748eb8e0689af0fd8bb757ae24684d4b770d68.tar.gz
askama-40748eb8e0689af0fd8bb757ae24684d4b770d68.tar.bz2
askama-40748eb8e0689af0fd8bb757ae24684d4b770d68.zip
Clean up clippy issues
Diffstat (limited to '')
-rw-r--r--testing/templates/allow-whitespaces.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/templates/allow-whitespaces.html b/testing/templates/allow-whitespaces.html
index 80f7ecd..f1acc90 100644
--- a/testing/templates/allow-whitespaces.html
+++ b/testing/templates/allow-whitespaces.html
@@ -29,7 +29,7 @@
{{ array[..]| json }}{{ array [ .. ]| json }}
{{ array[1..2]| json }}{{ array [ 1 .. 2 ]| json }}
{{ array[1..=2]| json }}{{ array [ 1 ..= 2 ]| json }}
-{{ array[(0+1)..(3-2)]| json }}{{ array [ ( 0 + 1 ) .. ( 3 - 2 ) ]| json }}
+{{ array[(0+1)..(3-2)]| json }}{{ array [ ( 0 + 1 ) .. ( 3 - 1 ) ]| json }}
{{-1}}{{ -1 }}{{ - 1 }}
{{1+2}}{{ 1+2 }}{{ 1 +2 }}{{ 1+ 2 }} {{ 1 + 2 }}
@@ -60,4 +60,3 @@
{#
{{ ::std::string::String::new () }}
#}
-