mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Removed unnecessary empty line.
This commit is contained in:
parent
80a59f0294
commit
d0c67d8fee
@ -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