Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
223d1cf8
Commit
223d1cf8
authored
Jul 21, 2016
by
k8s-merge-robot
Committed by
GitHub
Jul 21, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #29367 from k82cn/rm_empty_line
Automatic merge from submit-queue Removed unnecessary empty line.
parents
2c490945
d0c67d8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
apiserver.go
pkg/apiserver/apiserver.go
+0
-1
No files found.
pkg/apiserver/apiserver.go
View file @
223d1cf8
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment