We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d66907 commit da243deCopy full SHA for da243de
device/client.go
@@ -334,7 +334,7 @@ func (c *Client) patchSpec(body coord.PatchReifySpecRequest) error {
334
}
335
336
func (c *Client) postReifyStatus(nc spec.NetworkCensored) (latest bool, err error) {
337
- data, _ = json.MarshalIndent(nc, "", " ")
+ data, _ := json.MarshalIndent(nc, "", " ")
338
zap.S().Debugf("nc2:\n%s", data)
339
data, err := json.Marshal(coord.PostReifyStatusRequest{
340
Reified: nc,
0 commit comments