Skip to content

Commit 0ced709

Browse files
committed
lint
1 parent ea371eb commit 0ced709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/v2/autocli/query.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ func encoder(encoder aminojson.Encoder) aminojson.Encoder {
255255
}
256256

257257
_, err = fmt.Fprintf(w, `"%s"`, formatted)
258-
return nil
258+
return err
259259
})
260260

261261
return customEncoder

0 commit comments

Comments
 (0)