Skip to content

Commit

Permalink
remove semis for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Oct 8, 2024
1 parent 7fed2a6 commit ca69a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

const { existsSync, readFileSync } = require('fs')
const { join } = require('path')
const { createRequire } = require('node:module');
require = createRequire(__filename);
const { createRequire } = require('node:module')
require = createRequire(__filename)

const { platform, arch } = process

Expand Down

0 comments on commit ca69a20

Please sign in to comment.