From c6179e4a06325a672f836a046cfdb59c30fbd660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Fri, 1 Aug 2014 13:51:19 +0200 Subject: [PATCH] .scss files should end with a trailing newline --- app/styles/modules/common/lightbox.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/modules/common/lightbox.scss b/app/styles/modules/common/lightbox.scss index 67486089..cfe8becc 100644 --- a/app/styles/modules/common/lightbox.scss +++ b/app/styles/modules/common/lightbox.scss @@ -373,4 +373,5 @@ form { width: 600px; } -} \ No newline at end of file +} +