From 2269521abba107bb528ed1f285e8907ffc68f4ef Mon Sep 17 00:00:00 2001 From: Oleg Kislitsyn Date: Fri, 24 Jun 2016 20:25:16 +0300 Subject: [PATCH] Remove trailing spaces from test.js --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index c949b96..4dc557a 100644 --- a/test/test.js +++ b/test/test.js @@ -237,7 +237,7 @@ describe('postcss-colors-only', function () { done ); }); - + it('should extract fill.', function (done) { test( 'svg { fill: red; } p { display: block; }',