Commit d0c67d8f authored by Klaus Ma's avatar Klaus Ma

Removed unnecessary empty line.

parent 80a59f02
...@@ -166,7 +166,6 @@ func (g *APIGroupVersion) newInstaller() *APIInstaller { ...@@ -166,7 +166,6 @@ func (g *APIGroupVersion) newInstaller() *APIInstaller {
// TODO: document all handlers // TODO: document all handlers
// InstallVersionHandler registers the APIServer's `/version` handler // InstallVersionHandler registers the APIServer's `/version` handler
func InstallVersionHandler(mux Mux, container *restful.Container) { func InstallVersionHandler(mux Mux, container *restful.Container) {
// Set up a service to return the git code version. // Set up a service to return the git code version.
versionWS := new(restful.WebService) versionWS := new(restful.WebService)
versionWS.Path("/version") versionWS.Path("/version")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment