Removed unnecessary empty line.

This commit is contained in:
Klaus Ma 2016-07-21 18:07:36 +08:00
parent 80a59f0294
commit d0c67d8fee

View File

@ -166,7 +166,6 @@ func (g *APIGroupVersion) newInstaller() *APIInstaller {
// TODO: document all handlers
// InstallVersionHandler registers the APIServer's `/version` handler
func InstallVersionHandler(mux Mux, container *restful.Container) {
// Set up a service to return the git code version.
versionWS := new(restful.WebService)
versionWS.Path("/version")