Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jun 19, 2024
1 parent 9daabb1 commit 5e04b3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/query/insert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,15 @@ where
}

/// Set ON CONFLICT do nothing, but with MySQL specific polyfill.
///
///
/// ```
/// use sea_orm::{entity::*, query::*, sea_query::OnConflict, tests_cfg::cake, DbBackend};
///
///
/// let orange = cake::ActiveModel {
/// id: ActiveValue::set(2),
/// name: ActiveValue::set("Orange".to_owned()),
/// };
///
///
/// assert_eq!(
/// cake::Entity::insert(orange.clone())
/// .on_conflict_do_nothing()
Expand Down

0 comments on commit 5e04b3b

Please sign in to comment.