From 99d3849ff391b3d72b26e2745e812706be54a78b Mon Sep 17 00:00:00 2001 From: Sanjana Rajan Date: Mon, 2 Jul 2018 11:44:06 +0200 Subject: [PATCH] style fix --- src/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.js b/src/util.js index a282ab8f..465c7e61 100644 --- a/src/util.js +++ b/src/util.js @@ -591,7 +591,7 @@ export default { * Parse user id. */ parseUserId: function(userid) { - if(userid.length > config.max_userid_length) { + if (userid.length > config.max_userid_length) { throw new Error('User id string is too long'); } try {