From 604e1a1da21d44625f094b39a6a3315e4ffaf4f4 Mon Sep 17 00:00:00 2001 From: Jared Date: Mon, 16 Feb 2015 17:23:00 +1300 Subject: [PATCH] Add newline at end of file --- mkpath/mkpath-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);