Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Dec 1, 2024
1 parent c5724eb commit 446e0e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1307,9 +1307,7 @@ pub trait ExprTrait: Sized {
/// ```
/// use sea_query::{tests_cfg::*, *};
///
/// let query = Query::select()
/// .expr(1.bit_and(2).eq(3))
/// .to_owned();
/// let query = Query::select().expr(1.bit_and(2).eq(3)).to_owned();
///
/// assert_eq!(
/// query.to_string(PostgresQueryBuilder),
Expand Down

0 comments on commit 446e0e2

Please sign in to comment.