mirror of
https://github.com/syncthing/syncthing.git
synced 2026-03-09 18:07:43 -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.