Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinidu committed Jul 18, 2013
1 parent 6425721 commit e6183d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ycm/completers/cs/cs_completer.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _StartServer( self ):
vimsupport.PostVimMessage( SERVER_NOT_FOUND_MSG.format( omnisharp ) )
return

if not platform.startswith('win'):
if not platform.startswith( 'win' ):
omnisharp = "mono " + omnisharp

solutionfile = os.path.join( folder, solutionfile )
Expand Down

0 comments on commit e6183d6

Please sign in to comment.