Skip to content

Commit 2269521

Browse files
authored
Remove trailing spaces from test.js
1 parent 6e0bc93 commit 2269521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ describe('postcss-colors-only', function () {
237237
done
238238
);
239239
});
240-
240+
241241
it('should extract fill.', function (done) {
242242
test(
243243
'svg { fill: red; } p { display: block; }',

0 commit comments

Comments
 (0)