Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpastro committed Jan 4, 2025
1 parent 4545e4f commit 5100de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ func main() {
}

err = pgmq.CreatePGMQExtension(ctx, pool)
if err != nil {
if err != nil {
panic(err)
}
}

err := pgmq.CreateQueue(ctx, pool, "my_queue")
err := pgmq.CreateQueue(ctx, pool, "my_queue")
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 5100de7

Please sign in to comment.