cargo fmt
This commit is contained in:
parent
f72f65a4d4
commit
65f9c70dd3
@ -174,12 +174,10 @@ mod tests {
|
||||
vec![],
|
||||
vec![],
|
||||
])
|
||||
.append_exec_results(vec![
|
||||
MockExecResult {
|
||||
last_insert_id: 0,
|
||||
rows_affected: 0,
|
||||
},
|
||||
])
|
||||
.append_exec_results(vec![MockExecResult {
|
||||
last_insert_id: 0,
|
||||
rows_affected: 0,
|
||||
}])
|
||||
.into_connection();
|
||||
|
||||
let model = cake::Model {
|
||||
|
Loading…
x
Reference in New Issue
Block a user