ChromeDevTools / devtools-protocol

Chrome DevTools Protocol
https://chromedevtools.github.io/devtools-protocol/
BSD 3-Clause "New" or "Revised" License
1.15k stars 226 forks source link

Avoid trailing whitespace in changelog.md #222

Closed mathiasbynens closed 4 years ago

mathiasbynens commented 4 years ago

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?