Run gofmt

This commit is contained in:
Elara 2022-05-01 11:34:50 -07:00
parent 888d5902ae
commit 91933b798d
1 changed files with 5 additions and 5 deletions

View File

@ -10,10 +10,10 @@ type Request struct {
// Response represents a response returned by the server // Response represents a response returned by the server
type Response struct { type Response struct {
ID string ID string
ChannelDone bool ChannelDone bool
IsChannel bool IsChannel bool
IsError bool IsError bool
Error string Error string
Return any Return any
} }