From 940cafacac487058b0e3b87658eec31662ee8dbf Mon Sep 17 00:00:00 2001 From: Eneko Lakasta Date: Thu, 12 Apr 2018 17:51:33 +0200 Subject: [PATCH] add newline add EOF --- test/support/test-client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/test-client.js b/test/support/test-client.js index f7911cc1..4bf2d91a 100644 --- a/test/support/test-client.js +++ b/test/support/test-client.js @@ -1525,4 +1525,4 @@ TestClient.prototype.getTemplate = function (params, callback) { return callback(err, res, body); }); -}; \ No newline at end of file +};