Skip to content

Commit

Permalink
fix: remove unnecessary blank line in project form function
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Nov 26, 2024
1 parent 054afe1 commit 0388598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/new/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const projectForm = async (
template: Template;
confirm: boolean;
};

const [packageManager, template, directory] = args;

if (packageManager && template) {
Expand Down

0 comments on commit 0388598

Please sign in to comment.