Skip to content

Commit c255a78

Browse files
committed
Fix format.ts
1 parent 22ed7cb commit c255a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/format/format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const format = async () => {
7575
changedFiles = changedFiles!.filter(line => line.match(/\.(js|ts)$/));
7676

7777
if (changedFiles.length === 0) {
78-
console.log(chalk`{green No .js or .ts files found in list.`);
78+
console.log(chalk`{green No .js or .ts files found in list.}`);
7979
return;
8080
}
8181
}

0 commit comments

Comments
 (0)