Skip to content

Commit 87f9ea1

Browse files
committed
Fix for linter
1 parent e543bc6 commit 87f9ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/bug81aSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('bug 8.1.a', function() {
3636
describe('does nothing', function() {
3737
it('when using only first value', function(done) {
3838
var input = 'a{flex: 0}';
39-
var output = 'a{flex: 0 1 0%}'
39+
var output = 'a{flex: 0 1 0%}';
4040
test(input, output, {}, done);
4141
});
4242
it('when using only first and second values', function(done) {

0 commit comments

Comments
 (0)