Explorar el Código

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

Don Bowman hace 9 años
padre
commit
1d52793faf
Se han modificado 1 ficheros con 0 adiciones y 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