From 55f8e042f3027d10f0d1e4882576f054e5a26236 Mon Sep 17 00:00:00 2001 From: SUMUKHA-PK Date: Fri, 2 Aug 2019 14:44:58 +0530 Subject: [PATCH] Some minor changes --- clientapi/routing/room_tagging.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientapi/routing/room_tagging.go b/clientapi/routing/room_tagging.go index 3afda626d..2ae810593 100644 --- a/clientapi/routing/room_tagging.go +++ b/clientapi/routing/room_tagging.go @@ -107,7 +107,7 @@ func PutTag( if err = json.Unmarshal(data[0].Content, &tagContent); err != nil { return httputil.LogThenError(req, err) } - }else{ + } else { tagContent = newTag() } tagContent.Tags[tag] = properties