We noticed this when rolling the new version of Puppeteer, which depends on devtools-protocol, into devtools-frontend. One of our presubmit checks was complaining about the trailing whitespace. We can bypass it, but here's a patch in case you wanna fix it upstream.
Note: I didn't include the changelog.md changes in this PR to avoid merge conflicts. Maybe we can just land it and let the cronjob take care of the update?
We noticed this when rolling the new version of Puppeteer, which depends on
devtools-protocol
, into devtools-frontend. One of our presubmit checks was complaining about the trailing whitespace. We can bypass it, but here's a patch in case you wanna fix it upstream.Note: I didn't include the
changelog.md
changes in this PR to avoid merge conflicts. Maybe we can just land it and let the cronjob take care of the update?