thinkst / opencanary

Modular and decentralised honeypot
http://opencanary.org
BSD 3-Clause "New" or "Revised" License
2.29k stars 358 forks source link

Trim Whitespace to Fix Pre-Commit Failure #350

Closed nbuuckssi closed 6 months ago

nbuuckssi commented 6 months ago

Proposed changes

349 failed tests because of trailing whitespace left in the change. This was my mistake for trying to write the change entirely in-browser without cloning locally and running pre-commit, sorry.

Types of changes

What types of changes does your code introduce to this repository? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

thinkst-francois commented 6 months ago

Not a problem thank you for fixing.