Skip to content

Commit

Permalink
Fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
m3talux committed Jan 22, 2025
1 parent d5cdfbf commit 934ea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Optionally, you can set the message's `Priority`, `DeliveryMode` and `Expiration
options := gorabbit.SendOptions().
SetPriority(gorabbit.PriorityMedium).
SetDeliveryMode(gorabbit.Persistent).
SetTTL(5*time.Second)
SetTTL(5*time.Second)

err := client.PublishWithOptions("events_exchange", "event.foo.bar.created", "foo string", options)
```
Expand Down

0 comments on commit 934ea83

Please sign in to comment.