mirror of https://github.com/docker/docs.git
go fmt pass
This commit is contained in:
parent
e095a1572f
commit
ad2f826a82
|
@ -444,7 +444,6 @@ func (srv *Server) pullRepository(r *registry.Registry, out io.Writer, local, re
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func (srv *Server) poolAdd(kind, key string) error {
|
func (srv *Server) poolAdd(kind, key string) error {
|
||||||
srv.lock.Lock()
|
srv.lock.Lock()
|
||||||
defer srv.lock.Unlock()
|
defer srv.lock.Unlock()
|
||||||
|
|
Loading…
Reference in New Issue