Skip to content

Commit 8cfec21

Browse files
committed
formatter.
1 parent c0a34ac commit 8cfec21

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

scripts/ci-test/test_changed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async function runTests(config: TestConfig) {
8282
console.error(chalk`{red ${e}}`);
8383

8484
const chrome_notes = process.env.CHROME_VERSION_NOTES;
85-
if(chrome_notes) {
85+
if (chrome_notes) {
8686
console.error();
8787
console.error(chalk`{red ${chrome_notes}}`);
8888
console.error();

scripts/run_tests_in_ci.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ const argv = yargs.options({
8888
console.log(stdout);
8989
console.error(stderr);
9090

91-
if(process.env.CHROME_VERSION_NOTES) {
92-
console.error()
93-
console.error(process.env.CHROME_VERSION_NOTES)
94-
console.error()
91+
if (process.env.CHROME_VERSION_NOTES) {
92+
console.error();
93+
console.error(process.env.CHROME_VERSION_NOTES);
94+
console.error();
9595
}
9696

9797
writeLogs('Failure', name, stdout + '\n' + stderr);

0 commit comments

Comments
 (0)