cargo fmt
This commit is contained in:
parent
f72f65a4d4
commit
65f9c70dd3
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user