1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix lint errors (#2547)

This commit is contained in:
Ethan Koenig
2017-09-19 01:08:30 -07:00
committed by Lauris BH
parent d155d0e665
commit 4cb9394a97
9 changed files with 9 additions and 41 deletions

View File

@@ -599,11 +599,7 @@ func RewriteAllPublicKeys() error {
defer f.Close()
}
if err = os.Rename(tmpPath, fPath); err != nil {
return err
}
return nil
return os.Rename(tmpPath, fPath)
}
// ________ .__ ____ __.