Skip to content

Commit

Permalink
chore: fix linting on blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesqquick committed Dec 9, 2024
1 parent 5e9c5ac commit 86efc9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-catalyst/src/utils/clone-catalyst.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const cloneCatalyst = ({
} else {
checkoutRef(projectDir, ghRef);
}

console.log();
}
};

0 comments on commit 86efc9c

Please sign in to comment.