[ci] fix: go-fmt fails on master branch (#6906)

pull/6905/head
rerorero 2019-12-09 10:30:46 +09:00 committed by Matt Keeler
parent 1f3f9a7847
commit 34649b8820
1 changed files with 1 additions and 3 deletions

View File

@ -322,7 +322,6 @@ func (r *DeregisterRequest) RequestDatacenter() string {
return r.Datacenter return r.Datacenter
} }
func (r *DeregisterRequest) UnmarshalJSON(data []byte) error { func (r *DeregisterRequest) UnmarshalJSON(data []byte) error {
type Alias DeregisterRequest type Alias DeregisterRequest
aux := &struct { aux := &struct {
@ -338,7 +337,6 @@ func (r *DeregisterRequest) UnmarshalJSON(data []byte) error {
return nil return nil
} }
// QuerySource is used to pass along information about the source node // QuerySource is used to pass along information about the source node
// in queries so that we can adjust the response based on its network // in queries so that we can adjust the response based on its network
// coordinates. // coordinates.