Skip to content

Commit

Permalink
fix: code style - append semicolon after prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Mvmo committed Jul 6, 2023
1 parent 2f1d068 commit 3c17384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/helpers/logNextSteps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const logNextSteps = ({
packages,
noInstall,
noGit,
}: Pick<InstallerOptions, "projectName" | "packages" | "noInstall"> & { noGit: boolean }) => {
}: Pick<InstallerOptions, "projectName" | "packages" | "noInstall"> & { noGit: boolean; }) => {
const pkgManager = getUserPkgManager();

logger.info("Next steps:");
Expand Down

0 comments on commit 3c17384

Please sign in to comment.