add missing EOF new lines

This commit is contained in:
juliandescottes
2017-01-08 20:43:15 +01:00
parent b86ec72a4e
commit 95256071e1
9 changed files with 9 additions and 10 deletions

View File

@@ -74,4 +74,4 @@ casper.test.begin('Test resize feature works, and check the output', 19, functio
.run(function () {
test.done();
});
});
});

View File

@@ -75,4 +75,4 @@ casper.test.begin('Test resize content works, and check the output', 18, functio
.run(function () {
test.done();
});
});
});

View File

@@ -58,4 +58,4 @@ casper.test.begin('Test updating default size works', 14 , function(test) {
.run(function () {
test.done();
});
});
});

View File

@@ -94,4 +94,4 @@ casper.test.begin('Test resize panel width/height inputs are synchronized', 28 ,
.run(function () {
test.done();
});
});
});

View File

@@ -83,4 +83,4 @@ casper.test.begin('Test resize feature works, and check the output', 20, functio
.run(function () {
test.done();
});
});
});

View File

@@ -60,4 +60,4 @@ casper.test.begin('Test resize feature works', 16 , function(test) {
.run(function () {
test.done();
});
});
});

View File

@@ -80,4 +80,4 @@ casper.test.begin('Settings Test', 18, function(test) {
.run(function () {
test.done();
});
});
});