From 5e21238594340e9ea1c85aaaedeecf06830b33db Mon Sep 17 00:00:00 2001 From: Tejas Manohar Date: Mon, 5 Oct 2015 18:19:32 -0500 Subject: [PATCH] add newline to bottom of file where missing --- test/request/acceptsEncodings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/request/acceptsEncodings.js b/test/request/acceptsEncodings.js index 9a64e70..da88373 100644 --- a/test/request/acceptsEncodings.js +++ b/test/request/acceptsEncodings.js @@ -37,4 +37,4 @@ describe('ctx.acceptsEncodings()', function(){ ctx.acceptsEncodings(['compress', 'gzip']).should.eql('gzip'); }) }) -}) \ No newline at end of file +})