Skip to content

Commit

Permalink
Add missing new-line at the end of lint.ignore (#49823)
Browse files Browse the repository at this point in the history
This PR add a missing new line at the end of `lint.ignore`, to fix the broken CTS CI workflow which would write line to that file assuming there is a new line existed at the end of file.
  • Loading branch information
jiangzhaoming authored Dec 23, 2024
1 parent 9105951 commit 369ee94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -811,4 +811,4 @@ TESTDRIVER-IN-UNSUPPORTED-TYPE: payment-handler/supports-shipping-contact-delega
SET TIMEOUT: wasm/core/js/harness/testharness.js
ASSERT_THROWS: wasm/core/js/harness/testharness.js
GENERATE_TESTS: wasm/core/js/harness/testharness.js
PROMISE_REJECTS: wasm/core/js/harness/testharness.js
PROMISE_REJECTS: wasm/core/js/harness/testharness.js

0 comments on commit 369ee94

Please sign in to comment.