Add missing newline to end of files

This commit is contained in:
Jared
2015-01-16 16:39:52 +13:00
parent 30cbb6f4d0
commit f30495689d
2 changed files with 2 additions and 2 deletions

View File

@@ -43,4 +43,4 @@ tmp.tmpName({ template: '/tmp/tmp-XXXXXX' }, (err, path) => {
console.log("Created temporary filename: ", path);
});
tmp.setGracefulCleanup();
tmp.setGracefulCleanup();