Skip to content

Commit cd6bcd3

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent dce6e0f commit cd6bcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gitHooks/prettier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ async function doPrettierCommit(changedFiles) {
100100
const gitSpinner = ora(' Creating automated style commit').start();
101101
await git.add(targetFiles);
102102

103-
const commit = await git.commit('[AUTOMATED]: Prettier Code Styling');
103+
const commit = await git.commit('[AUTOMATED]: Prettier Code Styling');
104104
gitSpinner.stopAndPersist({
105105
symbol: '✅'
106106
});

0 commit comments

Comments
 (0)