Skip to content

Commit

Permalink
Merge pull request #36 from liutaot/patch-1
Browse files Browse the repository at this point in the history
delete unuseful code
  • Loading branch information
MirahImage committed Jan 18, 2022
2 parents b00bc05 + 71c06e8 commit 667f951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec091.go
Expand Up @@ -1174,7 +1174,7 @@ func (msg *queueDeclare) id() (uint16, uint16) {
}

func (msg *queueDeclare) wait() bool {
return true && !msg.NoWait
return !msg.NoWait
}

func (msg *queueDeclare) write(w io.Writer) (err error) {
Expand Down

0 comments on commit 667f951

Please sign in to comment.