Skip to content

Commit

Permalink
Marking intentionally unindented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Feb 23, 2016
1 parent 0822af4 commit 9de0f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/hooks-worker-client-test.coffee
Expand Up @@ -618,7 +618,7 @@ describe 'Hooks worker client', ->
loadWorkerClient (err) ->
assert.isUndefined err
runner.hooks["#{eventType}Hooks"][0] sentData, ->
done()
done() # intentionally unindented!

else
beforeEach (done) ->
Expand All @@ -628,7 +628,7 @@ describe 'Hooks worker client', ->
loadWorkerClient (err) ->
assert.isUndefined err
runner.hooks["#{eventType}Hooks"][0] sentData, ->
done()
done() # intentionally unindented!

afterEach (done) ->
hooksWorkerClient.stop done
Expand Down

0 comments on commit 9de0f0e

Please sign in to comment.