diff --git a/tmp/tmp-tests.ts b/tmp/tmp-tests.ts index 2a5c04ffe..7f489eea4 100644 --- a/tmp/tmp-tests.ts +++ b/tmp/tmp-tests.ts @@ -43,4 +43,4 @@ tmp.tmpName({ template: '/tmp/tmp-XXXXXX' }, (err, path) => { console.log("Created temporary filename: ", path); }); -tmp.setGracefulCleanup(); \ No newline at end of file +tmp.setGracefulCleanup(); diff --git a/tmp/tmp.d.ts b/tmp/tmp.d.ts index 018840de6..7fb096d0b 100644 --- a/tmp/tmp.d.ts +++ b/tmp/tmp.d.ts @@ -30,4 +30,4 @@ declare module "tmp" { } export = tmp; -} \ No newline at end of file +}