From 30f5a60e8c20bed13a5780041794bd0f41bb5f48 Mon Sep 17 00:00:00 2001 From: SUMUKHA-PK Date: Wed, 13 Mar 2019 19:39:17 +0530 Subject: [PATCH] Linting errors resolved --- .../matrix-org/dendrite/clientapi/routing/room_tagging.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go b/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go index 42f73e6fa..ca4bd732e 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go +++ b/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go @@ -26,7 +26,7 @@ import ( "github.com/matrix-org/util" ) -// MewMTag creates and returns a new MTag type variable +// NewMTag creates and returns a new MTag type variable func NewMTag() common.MTag { return common.MTag{ Tags: make(map[string]common.TagProperties),