Skip to content

Commit

Permalink
Merge pull request #40 from mukilan/fix-lint-issues-in-pr-39
Browse files Browse the repository at this point in the history
fix lint issues introduced in PR ##39
  • Loading branch information
mukilan authored Nov 22, 2024
2 parents 195286f + 93abc96 commit 00908d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions process-wpt-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ const FOCUS_AREAS = {
predicate: prefix_predicate('/gamepad/'),
order: 97
},
shadow-dom: {
shadowdom: {
name: '/shadow-dom',
predicate: prefix_predicate('/shadow-dom/'),
order: 98
},
WebCryptoAPI: {
webcryptoapi: {
name: '/WebCryptoAPI',
predicate: prefix_predicate('/WebCryptoAPI/'),
order: 99
Expand Down

0 comments on commit 00908d5

Please sign in to comment.