Skip to content

Commit

Permalink
Correctly indent context
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 29, 2016
1 parent 822b697 commit 1fe6f9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Default.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ module.exports =
return '' if @keyword
@types[type].separator or ''

outputContext: -> @context or ''
outputContext: ->
" #{@context}" or ''

transport: console.log

Expand Down

0 comments on commit 1fe6f9b

Please sign in to comment.