Re: [w3c/gamepad] Fold touchEvents from extensions.html into index.html (PR #198)

I believe the failure of the `tidy` action is an indentation error on line 19. The `with` needs to be even with the start of `uses`.
Current is:
```
line 18:             - uses:
line 19:             with:
```
Should be:
```
line 18:             - uses:
line 19:               with:
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/198#issuecomment-2046169046
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/gamepad/pull/198/c2046169046@github.com>

Received on Tuesday, 9 April 2024 22:56:58 UTC