Skip to content

Commit

Permalink
style: add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jun 19, 2024
1 parent f117ed3 commit f789f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extension/postgres/func.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ impl PgFunc {
///
/// let query = Query::select()
/// .expr(PgFunc::json_build_object(vec![
/// (Expr::val("a"), Expr::val(1)),
/// (Expr::val("b"), Expr::val("2")),
/// (Expr::val("a"), Expr::val(1)),
/// (Expr::val("b"), Expr::val("2")),
/// ]))
/// .to_owned();
///
Expand Down

0 comments on commit f789f9a

Please sign in to comment.