Linting errors resolved

This commit is contained in:
SUMUKHA-PK 2019-03-13 19:39:17 +05:30
parent 8cff3aca91
commit 30f5a60e8c

View file

@ -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),