mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
[ci] fix: go-fmt fails on master branch (#6906)
This commit is contained in:
parent
1f3f9a7847
commit
34649b8820
@ -322,7 +322,6 @@ func (r *DeregisterRequest) RequestDatacenter() string {
|
||||
return r.Datacenter
|
||||
}
|
||||
|
||||
|
||||
func (r *DeregisterRequest) UnmarshalJSON(data []byte) error {
|
||||
type Alias DeregisterRequest
|
||||
aux := &struct {
|
||||
@ -331,14 +330,13 @@ func (r *DeregisterRequest) UnmarshalJSON(data []byte) error {
|
||||
}{
|
||||
Alias: (*Alias)(r),
|
||||
}
|
||||
|
||||
|
||||
if err := lib.UnmarshalJSON(data, &aux); err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
// QuerySource is used to pass along information about the source node
|
||||
// in queries so that we can adjust the response based on its network
|
||||
// coordinates.
|
||||
|
Loading…
x
Reference in New Issue
Block a user