Add newline at end of file

This commit is contained in:
Jared 2015-02-16 17:23:00 +13:00
parent 7e87f449a8
commit 604e1a1da2

View File

@ -6,4 +6,4 @@ mkpath('red/green/violet', function (err) {
console.log('Directory structure red/green/violet created');
});
mkpath.sync('/tmp/blue/orange', 700);
mkpath.sync('/tmp/blue/orange', 700);