mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Added a space for coding convention
This commit is contained in:
parent
7b1f8d1114
commit
845d4cecef
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ config = require './server_config'
|
|||
# self.emit('pass',message)
|
||||
# next()
|
||||
|
||||
productionLogging = (tokens, req, res)->
|
||||
productionLogging = (tokens, req, res) ->
|
||||
status = res.statusCode
|
||||
color = 32
|
||||
if status >= 500 then color = 31
|
||||
|
|
Loading…
Reference in a new issue