cargo fmt

This commit is contained in:
Billy Chan 2021-11-18 18:07:24 +08:00
parent f72f65a4d4
commit 65f9c70dd3
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -174,12 +174,10 @@ mod tests {
vec![], vec![],
vec![], vec![],
]) ])
.append_exec_results(vec![ .append_exec_results(vec![MockExecResult {
MockExecResult { last_insert_id: 0,
last_insert_id: 0, rows_affected: 0,
rows_affected: 0, }])
},
])
.into_connection(); .into_connection();
let model = cake::Model { let model = cake::Model {