mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2025-12-31 02:29:33 -06:00
I noticed some trailing whitespace has crept into these files. It wasn't caught by `pycodestyle` because that only checks Python files. Ideally we'd add a linter that catches these, but I didn't want to take the time to configure one right now, I just want my editor to stop flagging these while I'm working on trying to upgrade `jquery` versions. Long term, we'll probably want a meta-linter like `prettier` or whatever the newest kid on the block is.