Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Noël Moyne <[email protected]>
  • Loading branch information
jnmoyne committed Feb 28, 2024
1 parent 5e0a120 commit f55b619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -3347,7 +3347,7 @@ func (o *consumer) processNextMsgRequest(reply string, msg []byte) {
}
}
if !matching {
sendErr(409, fmt.Sprint("Request's medata does not match the consumer's"))
sendErr(409, "Request's medata does not match the consumer's")
return
}
}
Expand Down

0 comments on commit f55b619

Please sign in to comment.