Skip to content

Commit

Permalink
Fix formatting in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
rkondratowicz authored Nov 27, 2024
1 parent 349b6d3 commit 6a6c2cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ pub fn find_squirrel(db: pog.Connection, name: String) {
"
select
name,
owned_acorns
from
squirrel
where
name = $1
name,
owned_acorns
from
squirrel
where
name = $1
"
|> pog.query
|> pog.parameter(pog.text(name))
Expand Down

0 comments on commit 6a6c2cd

Please sign in to comment.