mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add missing newline to end of files
This commit is contained in:
+1
-1
@@ -43,4 +43,4 @@ tmp.tmpName({ template: '/tmp/tmp-XXXXXX' }, (err, path) => {
|
||||
console.log("Created temporary filename: ", path);
|
||||
});
|
||||
|
||||
tmp.setGracefulCleanup();
|
||||
tmp.setGracefulCleanup();
|
||||
|
||||
Vendored
+1
-1
@@ -30,4 +30,4 @@ declare module "tmp" {
|
||||
}
|
||||
|
||||
export = tmp;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user