style: gofumpt all the things (#9829)
Literally `gofumpt -w .` from the top level dir. Guaranteed to be minor style changes only and nothing else. @imsodin per request?
This commit is contained in:
@@ -29,9 +29,11 @@ type header struct {
|
||||
messageLength int32
|
||||
}
|
||||
|
||||
type Ping struct{}
|
||||
type Pong struct{}
|
||||
type RelayFull struct{}
|
||||
type (
|
||||
Ping struct{}
|
||||
Pong struct{}
|
||||
RelayFull struct{}
|
||||
)
|
||||
|
||||
type JoinRelayRequest struct {
|
||||
Token string
|
||||
|
||||
Reference in New Issue
Block a user