From ca6706711ebb2c0306d49467406c65073753c16f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 8 Oct 2018 11:12:57 +0200 Subject: Fix formatting --- testing/tests/rust_macro.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tests') 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)] -- cgit