Newline at end of files

This commit is contained in:
Cynser 2018-08-16 03:31:09 +01:00
parent f1c31ea966
commit 8b78383732
3 changed files with 3 additions and 0 deletions

View File

@ -76,3 +76,4 @@ class TranslateDateTimeFormat extends Operation {
}
export default TranslateDateTimeFormat;

View File

@ -142,3 +142,4 @@ TestRegister.runTests()
process.exit(allTestsPassing ? 0 : 1);
});

View File

@ -54,3 +54,4 @@ TestRegister.addTests([
],
}
]);