Skip to content

Commit

Permalink
Prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed May 18, 2024
1 parent 0eefd36 commit 2cc81d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-svelte-ux/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function copy(

function sourcePath(/** @type {string} */ file) {
let __dirname = path.dirname(fileURLToPath(import.meta.url));
return path.resolve(__dirname, file)
return path.resolve(__dirname, file);
}

function pCancel(cancelText = 'Operation cancelled.') {
Expand Down

0 comments on commit 2cc81d6

Please sign in to comment.