lint: commit --fix

This commit is contained in:
Martin fl0w Iwanowski 2017-06-18 00:48:55 +02:00 committed by jongleberry
parent 4b41a8b94b
commit f6f1ab73e1

View file

@ -52,7 +52,7 @@ describe('res.status=', () => {
}); });
}); });
function strip (status) { function strip(status){
it('should strip content related header fields', async () => { it('should strip content related header fields', async () => {
const app = new Koa(); const app = new Koa();