From 7057551cd01b25747a50b6e4e9f400c68fc8f769 Mon Sep 17 00:00:00 2001 From: MistahJ Date: Fri, 25 Oct 2019 01:53:26 -0700 Subject: [PATCH] go fmt file --- wsapi.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wsapi.go b/wsapi.go index f662c2e..7b7f4ba 100644 --- a/wsapi.go +++ b/wsapi.go @@ -400,8 +400,8 @@ func (s *Session) UpdateStatusComplex(usd UpdateStatusData) (err error) { type requestGuildMembersData struct { GuildID []string `json:"guild_id"` - Query string `json:"query"` - Limit int `json:"limit"` + Query string `json:"query"` + Limit int `json:"limit"` } type requestGuildMembersOp struct {