From 4e0c62c69631e4553618bf05d42ae6f8d38684ac Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Date: Thu, 4 Aug 2016 16:31:10 +0300 Subject: [PATCH] Remove unnecessary empty line after css var Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> --- app/assets/stylesheets/framework/variables.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index 06cd80bf3e4..ca720022539 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -45,7 +45,6 @@ $list-title-color: $gl-title-color; $list-text-color: $gl-text-color; $list-text-height: 42px; - /* * Markdown */ -- 2.30.9