mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
add missing EOF new lines
This commit is contained in:
@@ -74,4 +74,4 @@ casper.test.begin('Test resize feature works, and check the output', 19, functio
|
||||
.run(function () {
|
||||
test.done();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -75,4 +75,4 @@ casper.test.begin('Test resize content works, and check the output', 18, functio
|
||||
.run(function () {
|
||||
test.done();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -58,4 +58,4 @@ casper.test.begin('Test updating default size works', 14 , function(test) {
|
||||
.run(function () {
|
||||
test.done();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -94,4 +94,4 @@ casper.test.begin('Test resize panel width/height inputs are synchronized', 28 ,
|
||||
.run(function () {
|
||||
test.done();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -83,4 +83,4 @@ casper.test.begin('Test resize feature works, and check the output', 20, functio
|
||||
.run(function () {
|
||||
test.done();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -60,4 +60,4 @@ casper.test.begin('Test resize feature works', 16 , function(test) {
|
||||
.run(function () {
|
||||
test.done();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -80,4 +80,4 @@ casper.test.begin('Settings Test', 18, function(test) {
|
||||
.run(function () {
|
||||
test.done();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user