Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 26, 2024
1 parent b6962df commit 5deae41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions node/generate_release.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { readFileSync } from 'node:fs';
import { join, dirname } from 'node:path';
import { fileURLToPath } from 'node:url';
import { readFileSync } from "node:fs";
import { join, dirname } from "node:path";
import { fileURLToPath } from "node:url";

const __dirname = dirname(fileURLToPath(import.meta.url));

const args = process.argv.slice(2);
Expand Down

0 comments on commit 5deae41

Please sign in to comment.