From 1e91008459bd0b8af91b2cf0b7b2788279c752b1 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Wed, 17 Jun 2020 02:02:05 -0400 Subject: [PATCH] newline at end of test file --- tests/at-root.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/at-root.rs b/tests/at-root.rs index a64e0af..f704ecb 100644 --- a/tests/at-root.rs +++ b/tests/at-root.rs @@ -67,4 +67,4 @@ test!( style_before_at_root, "a {}\n\n@at-root {\n @-ms-viewport { width: device-width; }\n}\n", "@-ms-viewport {\n width: device-width;\n}\n" -); \ No newline at end of file +);