Skip to content

Commit da243de

Browse files
committed
oops
1 parent 2d66907 commit da243de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ func (c *Client) patchSpec(body coord.PatchReifySpecRequest) error {
334334
}
335335

336336
func (c *Client) postReifyStatus(nc spec.NetworkCensored) (latest bool, err error) {
337-
data, _ = json.MarshalIndent(nc, "", " ")
337+
data, _ := json.MarshalIndent(nc, "", " ")
338338
zap.S().Debugf("nc2:\n%s", data)
339339
data, err := json.Marshal(coord.PostReifyStatusRequest{
340340
Reified: nc,

0 commit comments

Comments
 (0)