Skip to content

Commit

Permalink
chore: format code properly
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelchucks authored May 13, 2024
1 parent 9fe19b0 commit 478dc82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hooks/dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ const registerInstallationHook = (
installDeps = true
}

if (installArg === false) {
installDeps = false
if (installArg === false) {
installDeps = false
}

if (installArg === undefined) {
if (installArg === undefined) {
installDeps = await confirm({
message: 'Do you want to install project dependencies?',
default: true,
Expand Down

0 comments on commit 478dc82

Please sign in to comment.