From afef143b1cb29545e815f9a448ea3dc8c2a27ec1 Mon Sep 17 00:00:00 2001 From: KEN Date: Fri, 20 Jan 2017 17:58:23 +0800 Subject: [PATCH] add codeclimate --- lib/test.sass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/test.sass b/lib/test.sass index 535784a..032c620 100644 --- a/lib/test.sass +++ b/lib/test.sass @@ -1,2 +1,3 @@ -body - color: red +body{ + color: red; +} \ No newline at end of file