Skip to content

Commit a037105

Browse files
committed
[bugfix] amqp agent goimports CI fix
1 parent 46dda41 commit a037105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/amqp/structures.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type nativeChannel struct {
3030
func (ch *nativeChannel) Ack(tag uint64, multiple bool) error {
3131
return nil
3232
}
33-
func (ch *nativeChannel) Nack(tag uint64, multiple bool, requeue bool) error {
33+
func (ch *nativeChannel) Nack(tag uint64, multiple, requeue bool) error {
3434
return nil
3535
}
3636
func (ch *nativeChannel) Reject(tag uint64, requeue bool) error {

0 commit comments

Comments
 (0)