Skip to content

Commit e421393

Browse files
committed
Fix apple format script
1 parent 9aead8e commit e421393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/format-apple.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function runFormatter(files) {
1616

1717
const argc = process.argv.length;
1818

19-
if (argc >= 2) {
19+
if (argc > 2) {
2020
const files = process.argv.slice(2).join(' ');
2121
runFormatter(files);
2222
} else {

0 commit comments

Comments
 (0)