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