mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 02:43:09 -06:00
Linting errors resolved
This commit is contained in:
parent
8cff3aca91
commit
30f5a60e8c
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue