cargo fmt

This commit is contained in:
Chris Tsang 2022-02-06 14:47:45 +08:00
parent 8b928a9c9f
commit 645a420eb1

View File

@ -249,4 +249,4 @@ pub async fn create_insert_default_table(db: &DbConn) -> Result<ExecResult, DbEr
.to_owned(); .to_owned();
create_table(db, &create_table_stmt, InsertDefault).await create_table(db, &create_table_stmt, InsertDefault).await
} }