From ebf99e6628aeb242917ccfcca5dff3d075149ccc Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 4 Nov 2019 14:00:26 +0100 Subject: Fix formatting with cargo fmt --- testing/tests/simple.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'testing/tests/simple.rs') diff --git a/testing/tests/simple.rs b/testing/tests/simple.rs index 168644a..a311e90 100644 --- a/testing/tests/simple.rs +++ b/testing/tests/simple.rs @@ -24,7 +24,10 @@ fn test_variables() { Iñtërnâtiônàlizætiøn is important\n\ in vars too: Iñtërnâtiônàlizætiøn" ); - assert_eq!(::extension(), Some("html")); + assert_eq!( + ::extension(), + Some("html") + ); } #[derive(Template)] -- cgit