Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
micbou committed Jul 22, 2016
1 parent dc66ba7 commit c3abbfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ycmd/__main__.py
Expand Up @@ -177,9 +177,9 @@ def Main():
handlers.app.install( HmacPlugin( hmac_secret ) )
CloseStdin()
handlers.wsgi_server = StoppableWSGIServer( handlers.app,
host = args.host,
port = args.port,
threads = 30 )
host = args.host,
port = args.port,
threads = 30 )
handlers.wsgi_server.Run()


Expand Down

0 comments on commit c3abbfc

Please sign in to comment.