From b3e7f4ea21bb74a60306a438b21e3ae92cb90b23 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 12 Oct 2016 11:42:10 +0100 Subject: [PATCH] gjslint wants a space before the '='... --- lib/http-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http-api.js b/lib/http-api.js index aa691067b..d1faf6f45 100644 --- a/lib/http-api.js +++ b/lib/http-api.js @@ -587,7 +587,7 @@ module.exports.MatrixHttpApi.prototype = { * @param {object|string} data * @param {object=} opts * - * @param {boolean} [opts.json=true] Json-encode data before sending, and + * @param {boolean} [opts.json =true] Json-encode data before sending, and * decode response on receipt. (We will still json-decode error * responses, even if this is false.) *