Explorar o código

remove empty line as per https://github.com/gogits/gogs/pull/1475

Don Bowman %!s(int64=9) %!d(string=hai) anos
pai
achega
1d52793faf
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      models/publickey.go

+ 0 - 1
models/publickey.go

@@ -386,7 +386,6 @@ func ListPublicKeys(uid int64) ([]*PublicKey, error) {
 
 // rewriteAuthorizedKeys finds and deletes corresponding line in authorized_keys file.
 func rewriteAuthorizedKeys(key *PublicKey, p, tmpP string) error {
-
 	fr, err := os.Open(p)
 	if err != nil {
 		return err