We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da123f7 commit 91a3bf3Copy full SHA for 91a3bf3
1 file changed
scripts/format-cpp.js
@@ -35,7 +35,6 @@ if (argc > 2) {
35
return exit(1);
36
}
37
38
- console.log(pattern, filesArray)
39
const files = filesArray.join(' ');
40
runFormatter(files);
41
});
0 commit comments