Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Soremwar committed Feb 9, 2021
1 parent 7962b80 commit 7988ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/tools/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async function decompressTests(filePath: string) {
"// deno-fmt-ignore-file\n// deno-lint-ignore-file\n" +
"\n// Copyright Joyent and Node contributors. All rights reserved. MIT license.\n" +
`// Taken from Node ${config.nodeVersion}\n` +
'// This file is automatically generated by "node/tools/setup.ts". Do not modify this file manually\n\n'
'// This file is automatically generated by "node/tools/setup.ts". Do not modify this file manually\n\n',
),
);
await Deno.copy(entry, file);
Expand Down

0 comments on commit 7988ed5

Please sign in to comment.