diff --git a/mkpath/mkpath-tests.ts b/mkpath/mkpath-tests.ts index ca713ba35f..d0be59244c 100644 --- a/mkpath/mkpath-tests.ts +++ b/mkpath/mkpath-tests.ts @@ -6,4 +6,4 @@ mkpath('red/green/violet', function (err) { console.log('Directory structure red/green/violet created'); }); -mkpath.sync('/tmp/blue/orange', 700); \ No newline at end of file +mkpath.sync('/tmp/blue/orange', 700);