mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-13 10:09:21 +09:00
1ee1147baa
We can use `:=` to make `err` local to the if-scope instead of overwriting the `err` in outer scope. Signed-off-by: jolheiser <john.olheiser@gmail.com>