rustfmt
This commit is contained in:
@@ -158,7 +158,7 @@ where
|
||||
{
|
||||
let (param_formats, params): (Vec<_>, Vec<_>) = params
|
||||
.into_iter()
|
||||
.map(|p| { (p.borrow_to_sql().encode_format() as i16, p) })
|
||||
.map(|p| (p.borrow_to_sql().encode_format() as i16, p))
|
||||
.unzip();
|
||||
let params = params.into_iter();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user