mirror of
https://github.com/syncthing/syncthing.git
synced 2026-04-16 12:27:51 -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.