aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/rust_macro.rs
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-10-08 11:12:57 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-10-08 11:12:57 +0200
commitca6706711ebb2c0306d49467406c65073753c16f (patch)
tree1fe82a8035efa08f19b00e22e213e78f78dc5a9b /testing/tests/rust_macro.rs
parent4498ddd445a37c3d88c6032830856522fea39a8e (diff)
downloadaskama-ca6706711ebb2c0306d49467406c65073753c16f.tar.gz
askama-ca6706711ebb2c0306d49467406c65073753c16f.tar.bz2
askama-ca6706711ebb2c0306d49467406c65073753c16f.zip
Fix formatting
Diffstat (limited to 'testing/tests/rust_macro.rs')
-rw-r--r--testing/tests/rust_macro.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/rust_macro.rs b/testing/tests/rust_macro.rs
index a9924db..90f1f3e 100644
--- a/testing/tests/rust_macro.rs
+++ b/testing/tests/rust_macro.rs
@@ -6,7 +6,7 @@ use askama::Template;
macro_rules! hello {
() => {
"world"
- }
+ };
}
#[derive(Template)]