mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #29367 from k82cn/rm_empty_line
Automatic merge from submit-queue Removed unnecessary empty line.
This commit is contained in:
commit
223d1cf836
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user