Skip to content

Commit acc335f

Browse files
committed
modify src/formatters/stylish.js
1 parent 6d986e7 commit acc335f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formatters/stylish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const stylish = (tree) => {
8787

8888
if (Array.isArray(node) && !node[0]?.type) {
8989
if (node.length === 0) {
90-
return 'both files are empty';
90+
return 'Both files are empty';
9191
}
9292

9393
const items = node

0 commit comments

Comments
 (0)