Merge pull request #29367 from k82cn/rm_empty_line
Automatic merge from submit-queue Removed unnecessary empty line.
This commit is contained in:
@@ -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")
|
||||||
|
Reference in New Issue
Block a user