code fmt change.

This commit is contained in:
Miroslav Šedivý 2021-09-02 21:37:24 +02:00
parent 00fc3afcd7
commit d7671942a6
10 changed files with 54 additions and 52 deletions

View file

@ -14,9 +14,7 @@ import (
type key int
const (
keyMemberCtx key = iota
)
const keyMemberCtx key = iota
type MembersHandler struct {
members types.MemberManager