add newline to bottom of file where missing

master
Tejas Manohar 2015-10-05 18:19:32 -05:00
parent ea4754e332
commit 5e21238594
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ describe('ctx.acceptsEncodings()', function(){
ctx.acceptsEncodings(['compress', 'gzip']).should.eql('gzip');
})
})
})
})