Added a space for coding convention

This commit is contained in:
bang honam 2014-03-15 23:08:22 +09:00 committed by Nick Winter
parent 7b1f8d1114
commit 845d4cecef

View file

@ -20,7 +20,7 @@ config = require './server_config'
# self.emit('pass',message) # self.emit('pass',message)
# next() # next()
productionLogging = (tokens, req, res)-> productionLogging = (tokens, req, res) ->
status = res.statusCode status = res.statusCode
color = 32 color = 32
if status >= 500 then color = 31 if status >= 500 then color = 31