Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Feb 6, 2022
1 parent 8b928a9 commit 645a420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/features/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ pub async fn create_insert_default_table(db: &DbConn) -> Result<ExecResult, DbEr
.to_owned();

create_table(db, &create_table_stmt, InsertDefault).await
}
}

0 comments on commit 645a420

Please sign in to comment.