From 23a52bdb4cbc54b0988e241651006682b0ac7109 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Thu, 29 Mar 2018 16:46:22 +0100 Subject: [PATCH] Indentation. --- src/components/structures/RoomView.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index a6b4c272b4..f531b94788 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -937,12 +937,12 @@ module.exports = React.createClass({ } ContentMessages.sendStickerContentToRoom(url, this.state.room.roomId, info, text, MatrixClientPeg.get()) - .done(undefined, (error) => { - if (error.name === "UnknownDeviceError") { - // Let the staus bar handle this - return; - } - }); + .done(undefined, (error) => { + if (error.name === "UnknownDeviceError") { + // Let the staus bar handle this + return; + } + }); }, onSearch: function(term, scope) {