Skip to content

Commit

Permalink
Removed unnecessary empty line.
Browse files Browse the repository at this point in the history
  • Loading branch information
k82cn committed Jul 21, 2016
1 parent 80a59f0 commit d0c67d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/apiserver/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d0c67d8

Please sign in to comment.