Skip to content

Commit

Permalink
Update auth.ts
Browse files Browse the repository at this point in the history
removes additional spaces to apply linter rules
  • Loading branch information
HuzaifaOmar authored Jan 27, 2025
1 parent 4af1472 commit 77d6ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const authSignup = async (config: Config): Promise<string> => {
await authSelection(config);
} else {
await askData();
}
}
}
}
return process.exit(ErrorCode.Ok);
Expand Down

0 comments on commit 77d6ba7

Please sign in to comment.