mirror of
https://github.com/syncthing/syncthing.git
synced 2026-07-30 18:06:52 -04:00
The err check should always be done with != and have the error case first, to follow the pattern and avoid mistakes like these.
The err check should always be done with != and have the error case first, to follow the pattern and avoid mistakes like these.